forked from GNUsocial/gnu-social
If user checked shared location but didn't enter their location, don't
show the checkbox
This commit is contained in:
parent
d59ffeaab5
commit
9fadfd850e
@ -565,11 +565,13 @@ var SN = { // StatusNet
|
|||||||
|
|
||||||
getJSONgeocodeURL(geocodeURL, data);
|
getJSONgeocodeURL(geocodeURL, data);
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
removeNoticeDataGeo();
|
||||||
|
$('label[for='+SN.C.S.NoticeDataGeo+']').remove();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('label[for='+SN.C.S.NoticeDataGeo+']').removeClass('checked');
|
|
||||||
|
|
||||||
removeNoticeDataGeo();
|
removeNoticeDataGeo();
|
||||||
}
|
}
|
||||||
}).change();
|
}).change();
|
||||||
|
Loading…
Reference in New Issue
Block a user