Using semicolon to seperate lat and long; RFC2426
This commit is contained in:
parent
ccf78976a5
commit
5a66d27637
@ -469,7 +469,7 @@ var SN = { // StatusNet
|
||||
}
|
||||
|
||||
if (typeof(location.name) == 'undefined') {
|
||||
$('#'+SN.C.S.NoticeLocationName).text(position.coords.latitude + ' ' + position.coords.longitude);
|
||||
$('#'+SN.C.S.NoticeLocationName).text(position.coords.latitude + ';' + position.coords.longitude);
|
||||
}
|
||||
else {
|
||||
$('#'+SN.C.S.NoticeLocationName).text(location.name);
|
||||
|
Loading…
Reference in New Issue
Block a user