wupload plugin was always loaded, ignoring the condition below
authorAlexander Ebert <ebert@woltlab.com>
Sun, 29 Mar 2015 23:07:12 +0000 (01:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 29 Mar 2015 23:07:12 +0000 (01:07 +0200)
com.woltlab.wcf/templates/wysiwyg.tpl

index 444205df99077fecd4090605f1cf02f0e19bde4c..13e4297eb27785b737883edf17fda627368e960c 100644 (file)
@@ -71,7 +71,7 @@ $(function() {
                        lang: '{@$__wcf->getLanguage()->getFixedLanguageCode()}',
                        maxHeight: 500,
                        minHeight: 200,
-                       plugins: [ 'wutil', 'wmonkeypatch', 'table', 'wbutton', 'wbbcode', 'wfontcolor', 'wfontfamily', 'wfontsize', 'wupload' ],
+                       plugins: [ 'wutil', 'wmonkeypatch', 'table', 'wbutton', 'wbbcode', 'wfontcolor', 'wfontfamily', 'wfontsize' ],
                        removeEmpty: false,
                        replaceDivs: false,
                        source: true,