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

19 lines
535 B
Smarty
Raw Normal View History

2012-07-24 17:16:51 +02:00
<script>
2012-08-02 03:09:28 +02:00
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-07-24 17:16:51 +02:00
</script>