summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-03 01:17:51 +0000
committerSarven Capadisli <csarven@status.net>2010-01-03 01:17:51 +0000
commit4983564949ff13f063bb833877b36fdb7a352014 (patch)
tree021b1a1c32a56e50880772d6258829dc29ca27b1 /js
parent0a07aeb25a967e9d5b87478d970ce2769df580bb (diff)
Reset location icon when container button.close is clicked
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 7354a24ca..35530d745 100644
--- a/js/util.js
+++ b/js/util.js
@@ -460,6 +460,7 @@ var SN = { // StatusNet
$('#'+SN.C.S.NoticeDataGeoSelected+' button.close').click(function(){
$('#'+SN.C.S.NoticeDataGeoSelected).remove();
$('#'+SN.C.S.NoticeDataGeo).attr('checked', false);
+ $('label[for=notice_data-geo]').removeClass('checked');
return false;
});