friendica/view/theme/frost/smarty3/jot-header.tpl

23 lines
600 B
Smarty
Raw Normal View History

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
2013-01-11 18:00:10 +01:00
2012-12-22 20:57:29 +01:00
<script>
2013-02-10 22:57:44 +01:00
window.editSelect = "{{$editselect}}";
2012-12-22 20:57:29 +01:00
window.isPublic = "{{$ispublic}}";
window.nickname = "{{$nickname}}";
window.linkURL = "{{$linkurl}}";
window.vidURL = "{{$vidurl}}";
window.audURL = "{{$audurl}}";
window.whereAreU = "{{$whereareu}}";
window.term = "{{$term}}";
window.baseURL = "{{$baseurl}}";
window.geoTag = function () { {{$geotag}} }
2013-02-10 22:57:44 +01:00
window.jotId = "#profile-jot-text";
window.imageUploadButton = 'wall-image-upload';
2012-12-22 20:57:29 +01:00
window.delItems = '{{$delitems}}';
</script>