]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/jot-header.tpl
update to Frost v0.4
[friendica.git] / view / theme / frost / jot-header.tpl
index 04169beb58b0d05f83a06015667a1eeac435aea6..529190707274457ae09761d81d84b1526a26c034 100644 (file)
@@ -1,7 +1,6 @@
 
 <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.editSelect = "$editselect";
        window.isPublic = "$ispublic";
        window.nickname = "$nickname";
        window.linkURL = "$linkurl";
@@ -11,7 +10,8 @@
        window.term = "$term";
        window.baseURL = "$baseurl";
        window.geoTag = function () { $geotag }
-       window.ajaxType = 'jot-header';
+       window.jotId = "#profile-jot-text";
+       window.imageUploadButton = 'wall-image-upload';
        window.delItems = '$delitems';
 </script>