From deeb72003882fbf7c077b8c8c50e859d3d9f17b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 14 Jan 2012 16:59:34 +0100 Subject: [PATCH] =?UTF-8?q?Chaining=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/chat.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/chat.tpl b/template/chat.tpl index 7d70128..32d193a 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -199,8 +199,7 @@ {@$message->jsonify()} {/implode} ]); - $('#chatInput').enable(); - $('#chatInput').jCounter(); + $('#chatInput').enable().jCounter(); $('#chatControls .copyright').click(function (event) { event.preventDefault(); if ($.wcfIsset('chatCopyrightDialog')) return WCF.showDialog('chatCopyrightDialog', true, { title: 'Tims Chat{if CHAT_SHOW_VERSION} {$chatVersion}{/if}' });