summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-13 15:50:45 +0000
committerSarven Capadisli <csarven@status.net>2010-01-13 15:50:45 +0000
commitaf97a14f7cbe9a5b28ba3371c0e0324ce5c5d691 (patch)
tree2dbe492103748d18e9e7a2c110323906d151df13 /js
parent8887d7a314bdbf4e4fc6ca26addf5ce28284d697 (diff)
Timeout should be 10000, not 10
Revert "Unchecks location sharing for geo location if it timesout" This reverts commit 8887d7a314bdbf4e4fc6ca26addf5ce28284d697.
Diffstat (limited to 'js')
-rw-r--r--js/util.js3
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
}
);
}