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

24 lines
681 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>
var none = "none"; // ugly hack: {{$editselect}} shouldn't be a string if TinyMCE is enabled, but should if it isn't
window.editSelect = {{$editselect}};
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 18:21:52 +01:00
window.jotId = "#profile-jot-text";
window.imageUploadButton = 'wall-image-upload';
2012-12-22 20:57:29 +01:00
</script>