diff options
Diffstat (limited to 'js/util.js')
-rw-r--r-- | js/util.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/util.js b/js/util.js index e269798d8..b56410e62 100644 --- a/js/util.js +++ b/js/util.js @@ -638,13 +638,12 @@ 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; } }, { - timeout: 10 + timeout: 10000 } ); } |