X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost-mobile%2Ftemplates%2Fjot_geotag.tpl;h=3a87346dba463f08d1da4c3249556bac7c115604;hb=efb2df41ba7cb19383ea61dd1868130992d05378;hp=d828980e586d70130280885af16cee8bf4fa166c;hpb=379c761c3f4708f7ae2c5543fdb619a040d69413;p=friendica.git diff --git a/view/theme/frost-mobile/templates/jot_geotag.tpl b/view/theme/frost-mobile/templates/jot_geotag.tpl index d828980e58..3a87346dba 100644 --- a/view/theme/frost-mobile/templates/jot_geotag.tpl +++ b/view/theme/frost-mobile/templates/jot_geotag.tpl @@ -1,16 +1,11 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude.toFixed(4); var lon = position.coords.longitude.toFixed(4); - $j('#jot-coord').val(lat + ', ' + lon); - $j('#profile-nolocation-wrapper').show(); + $('#jot-coord').val(lat + ', ' + lon); + $('#profile-nolocation-wrapper').show(); }); }