From b5af9655718fd1fb5ab5ea8f068d979e2f5a0596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 30 Jan 2013 17:36:23 +0100 Subject: [PATCH] Fix syntax of be.bastelstu.Chat.coffee --- file/js/be.bastelstu.Chat.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file/js/be.bastelstu.Chat.coffee b/file/js/be.bastelstu.Chat.coffee index 3e53f08..7976778 100644 --- a/file/js/be.bastelstu.Chat.coffee +++ b/file/js/be.bastelstu.Chat.coffee @@ -200,7 +200,7 @@ window.console ?= @oldScrollTop = null $('#timsChatMessageContainer').scrollTop $('#timsChatMessageContainer ul').height() - $('#timsChatSmilies.click (event) -> + $('#timsChatSmilies').click (event) -> if $(@).data 'status' $('#smilies').removeClass 'disabled' else @@ -225,7 +225,7 @@ window.console ?= $('#timsChatNotify').click (event) -> if $(@).data('status') and window.webkitNotifications.checkPermission() isnt 0 window.webkitNotifications.requestPermission() - + ### # Changes the chat-room. #