]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/templates/jot-header.tpl
Merge pull request #5128 from tobiasd/20180525-5067
[friendica.git] / view / theme / frost-mobile / templates / jot-header.tpl
1
2
3 <script>
4         window.isPublic = "{{$ispublic}}";
5         window.nickname = "{{$nickname}}";
6         window.linkURL = "{{$linkurl}}";
7         window.vidURL = "{{$vidurl}}";
8         window.audURL = "{{$audurl}}";
9         window.whereAreU = "{{$whereareu}}";
10         window.term = "{{$term}}";
11         window.baseURL = "{{$baseurl}}";
12         window.geoTag = function () { {{$geotag}} }
13         window.jotId = "#profile-jot-text";
14         window.imageUploadButton = 'wall-image-upload';
15 </script>
16
17