From da338a1341f737b29489d58c71ca5fa81542215a Mon Sep 17 00:00:00 2001 From: barisusakli Date: Tue, 12 Jan 2016 16:43:17 +0200 Subject: [PATCH] fix typo --- public/src/client/chats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/client/chats.js b/public/src/client/chats.js index d415949381..b66fb3efab 100644 --- a/public/src/client/chats.js +++ b/public/src/client/chats.js @@ -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();