forked from GNUsocial/gnu-social
Reset location icon when container button.close is clicked
This commit is contained in:
parent
0a07aeb25a
commit
4983564949
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user