Not required at this time
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Jul 2016 13:25:00 +0000 (15:25 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Jul 2016 13:25:37 +0000 (15:25 +0200)
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js

index 94265c1834cfad72db5224c210d161171663c4aa..4b64ca544e121ab5b8a507a204bd8cf9599e69e0 100644 (file)
@@ -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);