]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/jot-header.tpl
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
[friendica.git] / view / theme / frost-mobile / 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 </script>
15
16