diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-03 01:17:51 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-03 01:17:51 +0000 |
commit | 4983564949ff13f063bb833877b36fdb7a352014 (patch) | |
tree | 021b1a1c32a56e50880772d6258829dc29ca27b1 /js | |
parent | 0a07aeb25a967e9d5b87478d970ce2769df580bb (diff) |
Reset location icon when container button.close is clicked
Diffstat (limited to '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 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; }); |