From 328ebda77a44bfeaa3ac5455a4713db402bc54bf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 16 Jul 2013 18:08:26 +0100 Subject: Kill autogenerated warnings, plus a typo. --- view/tpl/jot_geotag.tpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'view/tpl/jot_geotag.tpl') diff --git a/view/tpl/jot_geotag.tpl b/view/tpl/jot_geotag.tpl index 1ed2367aa..7a398b612 100755 --- a/view/tpl/jot_geotag.tpl +++ b/view/tpl/jot_geotag.tpl @@ -1,9 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * 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