Remove obsolete template code
authorMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jan 2021 16:37:20 +0000 (17:37 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 17 Jan 2021 16:37:20 +0000 (17:37 +0100)
See WoltLab/WCF@d1d6845c77fd7cde7558d0defd71ab7947643fe7

templates/conversationMessageInlineEditor.tpl

index e28ce1b89ac0bd15925a2297a47f9bac4d45c0d2..6eee8d52157740dc0c89479932819c2b47081982 100644 (file)
@@ -16,9 +16,4 @@
        </div>
        
        {include file='wysiwyg' wysiwygEnableUpload=true}
-       <script data-relocate="true">
-               $(function() {
-                       WCF.System.Dependency.Manager.register('Redactor_messageEditor{@$message->messageID}', function() { new WCF.Message.UserMention('messageEditor{@$message->messageID}'); });
-               });
-       </script>
 </div>