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