Remove mention suggestion for comments
authorAlexander Ebert <ebert@woltlab.com>
Thu, 2 Mar 2017 18:50:41 +0000 (19:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 2 Mar 2017 18:50:41 +0000 (19:50 +0100)
See #2222

com.woltlab.wcf/templates/commentEditor.tpl
com.woltlab.wcf/templates/commentListAddComment.tpl

index 96288a0b266920cd8f0f283a2eb4062e5fb0d6d8..5aace7b673abe335342ae1eddce92b1e0bfad446 100644 (file)
@@ -2,7 +2,6 @@
 <textarea id="{$wysiwygSelector}" class="wysiwygTextarea"
           data-disable-attachments="true"
           data-disable-media="true"
-          data-support-mention="true"
 >{$comment->message}</textarea>
 {*include file='messageFormTabsInline'*}
 
index 4fc1d2836a4b6dd7239b01bb9c699122bbd87123..2bdf993b7659ac0f138693339ae9d9fbd256e79f 100644 (file)
@@ -5,7 +5,6 @@
                        <textarea id="{$wysiwygSelector}" name="text" class="wysiwygTextarea"
                                  data-disable-attachments="true"
                                  data-disable-media="true"
-                                 data-support-mention="true"
                        ></textarea>
                        {include file='wysiwyg'}