summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-12-31 18:41:10 +0000
committerSarven Capadisli <csarven@status.net>2009-12-31 18:41:10 +0000
commit01dbee2ba5280d97ddd0bb82217e8b3e7680e67b (patch)
treec82b30916bcae9c2a6d804557002e10ab3daf5e2 /js
parent9496f2735e6b510f15c2c3ce627d5e6d3a94745b (diff)
Initial UI for geo location share option in notice form
Diffstat (limited to 'js')
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index 0969ba5e2..dd7a74a7a 100644
--- a/js/util.js
+++ b/js/util.js
@@ -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) {