mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Fix syntax of be.bastelstu.Chat.coffee
This commit is contained in:
parent
8c151106c3
commit
b5af965571
@ -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.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user