]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/jot-header.tpl
removed old comment that is no longer true
[friendica.git] / view / theme / frost-mobile / templates / jot-header.tpl
1
2
3 <script>
4         var none = "none"; // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
5         window.editSelect = {{$editselect}};
6         window.isPublic = "{{$ispublic}}";
7         window.nickname = "{{$nickname}}";
8         window.linkURL = "{{$linkurl}}";
9         window.vidURL = "{{$vidurl}}";
10         window.audURL = "{{$audurl}}";
11         window.whereAreU = "{{$whereareu}}";
12         window.term = "{{$term}}";
13         window.baseURL = "{{$baseurl}}";
14         window.geoTag = function () { {{$geotag}} }
15         window.jotId = "#profile-jot-text";
16         window.imageUploadButton = 'wall-image-upload';
17 </script>
18
19