This commit is contained in:
barisusakli
2016-01-12 16:43:17 +02:00
parent 08fdc02d97
commit da338a1341

View File

@@ -19,7 +19,7 @@ define('forum/chats', ['components', 'string', 'sounds', 'forum/infinitescroll',
Chats.addEventListeners();
Chats.createTagsInput($('[component="chat/messages"] .users-tag-input'), ajaxify.data);
Chats.createAutoComplete($('[component="chat/input"]');
Chats.createAutoComplete($('[component="chat/input"]'));
if (env === 'md' || env === 'lg') {
Chats.resizeMainWindow();