]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/smarty3/msg-header.tpl
update to Frost v0.4
[friendica.git] / view / theme / frost / smarty3 / msg-header.tpl
index f5286890b81ffe2d26dceabfc24680539a3ed42c..bb7cac0e43689914fd3d98d3cc6badb95ff7b500 100644 (file)
@@ -7,9 +7,9 @@
 <script language="javascript" type="text/javascript">
        window.nickname = "{{$nickname}}";
        window.linkURL = "{{$linkurl}}";
-       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.ajaxType = 'msg-header';
+       window.editSelect = "{{$editselect}}";
+       window.jotId = "#prvmail-text";
+       window.imageUploadButton = 'prvmail-upload';
        window.autocompleteType = 'msg-header';
 </script>