diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-13 15:51:32 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-13 15:51:32 +0000 |
commit | d84c33c3282523ea3553fa36ccd2aef39e4dcbad (patch) | |
tree | 266284764360cc6d812ec15e8ff04d0a183d930c /js/util.js | |
parent | af97a14f7cbe9a5b28ba3371c0e0324ce5c5d691 (diff) |
Unchecks location sharing for geo location if it timesout
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 1 |
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; } }, |