X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Fsmarty3%2Fjot_geotag.tpl;h=d828980e586d70130280885af16cee8bf4fa166c;hb=d62483f526c76b863b2a8bb3493a255d1017ad4e;hp=953051b1099bab8b48e0c1fe2b627d9624dfe280;hpb=1656c63a55209ec6b1d7b69d6f1fcf43a97f4770;p=friendica.git diff --git a/view/theme/frost/smarty3/jot_geotag.tpl b/view/theme/frost/smarty3/jot_geotag.tpl index 953051b109..d828980e58 100644 --- a/view/theme/frost/smarty3/jot_geotag.tpl +++ b/view/theme/frost/smarty3/jot_geotag.tpl @@ -3,6 +3,7 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} + if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude.toFixed(4);