]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Reset location icon when container button.close is clicked
authorSarven Capadisli <csarven@status.net>
Sun, 3 Jan 2010 01:17:51 +0000 (01:17 +0000)
committerSarven Capadisli <csarven@status.net>
Sun, 3 Jan 2010 01:17:51 +0000 (01:17 +0000)
js/util.js

index 7354a24ca5b5a9f723d779e408417eb789168879..35530d74585652c1dc992f169b729f1c2aa201e3 100644 (file)
@@ -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;
                 });