]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
Merge pull request #2990 from Hypolite/fix-diaspora-medium-link
[friendica.git] / view / templates / msg-header.tpl
index 47b92ddf14a3c0d2738ab3874dced43976d022f3..ca91923524d0e04e76fd5aab4b1072afc2380358 100644 (file)
@@ -17,6 +17,7 @@ if(plaintext != 'none') {
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "center",
                theme_advanced_blockformats : "blockquote,code",
+               theme_advanced_resizing : true,
                gecko_spellcheck : true,
                paste_text_sticky : true,
                entity_encoding : "raw",
@@ -43,7 +44,7 @@ if(plaintext != 'none') {
        });
 }
 else
-       $("#prvmail-text").contact_autocomplete(baseurl+"/acl");
+       $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
 
 
 </script>
@@ -62,6 +63,11 @@ else
                        }
                );
 
+               {{if $editselect = 'none'}}
+               $("#prvmail-text").bbco_autocomplete('bbcode');
+               {{/if}}
+
+
        });
 
        function jotGetLink() {