You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
friendica/view/theme/frost-mobile/templates/jot-header.tpl

20 lines
580 B

<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}} }
window.jotId = "#profile-jot-text";
window.imageUploadButton = 'wall-image-upload';
</script>