Reset location icon when container button.close is clicked

This commit is contained in:
Sarven Capadisli 2010-01-03 01:17:51 +00:00
parent 0a07aeb25a
commit 4983564949
1 changed files with 1 additions and 0 deletions

View 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;
});