]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/wallmsg-header.tpl
Merge remote-tracking branch 'upstream/develop' into 1606-dbm
[friendica.git] / view / templates / wallmsg-header.tpl
index c4d81f8cc069f62e514315f7e6ff9c35d3c725af..2d4cd23797698ac4403c13809a93b6670886885d 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>