From: Alexander Ebert Date: Mon, 18 Jul 2016 13:25:00 +0000 (+0200) Subject: Not required at this time X-Git-Tag: 3.0.0_Beta_1~1054 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1ab0866346d2f1f24ce8d42008de52dddf27e4c4;p=GitHub%2FWoltLab%2FWCF.git Not required at this time --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js index 94265c1834..4b64ca544e 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js +++ b/wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js @@ -3,7 +3,7 @@ $.Redactor.prototype.WoltLabMention = function() { return { init: function() { - var WoltLabMention = document.registerElement('woltlab-mention'); + //var WoltLabMention = document.registerElement('woltlab-mention'); require(['WoltLab/WCF/Ui/Redactor/Mention'], (function(UiRedactorMention) { new UiRedactorMention(this);