]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/smarty3/jot-header.tpl
Implement Smarty3
[friendica.git] / view / theme / frost / smarty3 / jot-header.tpl
1
2 <script>
3         var none = "none"; // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
4         window.editSelect = {{$editselect}};
5         window.isPublic = "{{$ispublic}}";
6         window.nickname = "{{$nickname}}";
7         window.linkURL = "{{$linkurl}}";
8         window.vidURL = "{{$vidurl}}";
9         window.audURL = "{{$audurl}}";
10         window.whereAreU = "{{$whereareu}}";
11         window.term = "{{$term}}";
12         window.baseURL = "{{$baseurl}}";
13         window.geoTag = function () { {{$geotag}} }
14         window.ajaxType = 'jot-header';
15         window.delItems = '{{$delitems}}';
16 </script>
17