Initial UI for geo location share option in notice form

This commit is contained in:
Sarven Capadisli
2009-12-31 18:41:10 +00:00
parent 9496f2735e
commit 01dbee2ba5
4 changed files with 21 additions and 1 deletions

View File

@@ -455,7 +455,7 @@ var SN = { // StatusNet
NLN.remove();
}
NLE.append('<span id="'+SN.C.S.NoticeLocationName+'">Geo</span>');
NLE.prepend('<span id="'+SN.C.S.NoticeLocationName+'">Geo</span>');
NLN = $('#'+SN.C.S.NoticeLocationName);
if ($('#notice_data-location_enabled').attr('checked') === true) {