]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/jot-header.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / frost-mobile / smarty3 / jot-header.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <script>
7         var none = "none"; // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
8         window.editSelect = {{$editselect}};
9         window.isPublic = "{{$ispublic}}";
10         window.nickname = "{{$nickname}}";
11         window.linkURL = "{{$linkurl}}";
12         window.vidURL = "{{$vidurl}}";
13         window.audURL = "{{$audurl}}";
14         window.whereAreU = "{{$whereareu}}";
15         window.term = "{{$term}}";
16         window.baseURL = "{{$baseurl}}";
17         window.geoTag = function () { {{$geotag}} }
18         window.ajaxType = 'jot-header';
19 </script>
20
21