From 7852f07242ca43a1b1ec52aaec2594bab3e6688a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 26 Dec 2011 12:46:33 +0100 Subject: [PATCH] Check permissions in Template --- template/chat.tpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/template/chat.tpl b/template/chat.tpl index bbc0830..bb1ebac 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -305,9 +305,11 @@
@@ -384,9 +386,9 @@ ]); TimWolla.WCF.Chat.config = { - reloadTime: {CHAT_RELOADTIME}, - animations: {CHAT_ANIMATIONS}, - maxTextLength: {CHAT_LENGTH} + reloadTime: {CHAT_RELOADTIME}, + animations: {CHAT_ANIMATIONS}, + maxTextLength: {CHAT_LENGTH} } $('#chatInput').jCounter();