From a850f5235bc31e4a1c3dddbe7f214f666f228eb4 Mon Sep 17 00:00:00 2001 From: max-m Date: Tue, 20 Dec 2011 16:39:43 +0100 Subject: [PATCH] Use the new counter ;) --- template/chat.tpl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/template/chat.tpl b/template/chat.tpl index 49fe9df..f4465fb 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -275,10 +275,7 @@
-
- -
{CHAT_LENGTH}
-
+
@@ -338,7 +335,7 @@ maxTextLength: {CHAT_LENGTH} } - $('#chatInput').jCounter($('#chatInput').attr('maxlength'), { container: '.counter' }); + $('#chatInput').jCounter(); $('#sidebar').wcfSidebar(); //]]>