Fixed smilies tab
authorAlexander Ebert <ebert@woltlab.com>
Fri, 6 Jun 2014 10:27:33 +0000 (12:27 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 6 Jun 2014 10:27:33 +0000 (12:27 +0200)
com.woltlab.wcf/templates/messageFormTabs.tpl

index f01327aa09e98ab22f52b3866532891e52c0529c..be4e5f058912a984b66fd8c4a9f76edeab4f17d6 100644 (file)
@@ -21,8 +21,7 @@
 <script data-relocate="true">
        //<![CDATA[
        $(function() {
-               if (!$.browser.ckeditor) $('#smiliesTab, #smilies').remove();
-               WCF.TabMenu.init();
+               if (!$.browser.redactor) $('#smiliesTab, #smilies').remove();
        });
        //]]>
 </script>
\ No newline at end of file