From 690e278d956579a5d6b1b5b94e48c5b09b3134ba Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Fri, 11 Jan 2013 10:00:26 -0700 Subject: add newline at end of header --- view/tpl/smarty3/jot_geotag.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/tpl/smarty3/jot_geotag.tpl') diff --git a/view/tpl/smarty3/jot_geotag.tpl b/view/tpl/smarty3/jot_geotag.tpl index 196ede81d..1ed2367aa 100644 --- a/view/tpl/smarty3/jot_geotag.tpl +++ b/view/tpl/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) { $('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude); -- cgit v1.2.3