From 792e09afa0a474ddc1097fec022ea83740d3a0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 30 Jan 2012 17:03:49 +0100 Subject: [PATCH] Given size-parameter for icon-tag --- file/js/TimWolla.WCF.Chat.coffee | 2 +- template/chat.tpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/file/js/TimWolla.WCF.Chat.coffee b/file/js/TimWolla.WCF.Chat.coffee index 6074ed3..4d67405 100644 --- a/file/js/TimWolla.WCF.Chat.coffee +++ b/file/js/TimWolla.WCF.Chat.coffee @@ -32,7 +32,7 @@ TimWolla.WCF ?= {} newMessage: $.Callbacks() userMenu: $.Callbacks() init: () -> - console.log('[TimWolla.WCF.Chat] Initializing'); + console.log '[TimWolla.WCF.Chat] Initializing' @bindEvents() @events.newMessage.add $.proxy @notify, @ diff --git a/template/chat.tpl b/template/chat.tpl index aabd9d0..029b447 100755 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -154,27 +154,27 @@