]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/jot_geotag.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / jot_geotag.tpl
index b0f71e73bf1a21b558aa8946016cd06d9e0e3f98..196ede81d7a8e9a70027e8a08416ef66bd84dfc7 100644 (file)
@@ -1,4 +1,8 @@
-
+{{*
+ *     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);