summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-13 15:51:32 +0000
committerSarven Capadisli <csarven@status.net>2010-01-13 15:51:32 +0000
commitd84c33c3282523ea3553fa36ccd2aef39e4dcbad (patch)
tree266284764360cc6d812ec15e8ff04d0a183d930c /js
parentaf97a14f7cbe9a5b28ba3371c0e0324ce5c5d691 (diff)
Unchecks location sharing for geo location if it timesout
Diffstat (limited to 'js')
-rw-r--r--js/util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js
index b56410e62..2cff4afc2 100644
--- a/js/util.js
+++ b/js/util.js
@@ -638,6 +638,7 @@ var SN = { // StatusNet
break;
case error.TIMEOUT:
$('#'+SN.C.S.NoticeGeoName).text(NoticeDataGeo_text.ErrorTimeout).removeClass('processing');
+ $('#'+SN.C.S.NoticeDataGeo).attr('checked', false);
break;
}
},