From 1ab0866346d2f1f24ce8d42008de52dddf27e4c4 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 18 Jul 2016 15:25:00 +0200 Subject: [PATCH] Not required at this time --- .../files/js/3rdParty/redactor2/plugins/WoltLabMention.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1