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
|
@oldScrollTop = null
|
||||||
$('#timsChatMessageContainer').scrollTop $('#timsChatMessageContainer ul').height()
|
$('#timsChatMessageContainer').scrollTop $('#timsChatMessageContainer ul').height()
|
||||||
|
|
||||||
$('#timsChatSmilies.click (event) ->
|
$('#timsChatSmilies').click (event) ->
|
||||||
if $(@).data 'status'
|
if $(@).data 'status'
|
||||||
$('#smilies').removeClass 'disabled'
|
$('#smilies').removeClass 'disabled'
|
||||||
else
|
else
|
||||||
@ -225,7 +225,7 @@ window.console ?=
|
|||||||
$('#timsChatNotify').click (event) ->
|
$('#timsChatNotify').click (event) ->
|
||||||
if $(@).data('status') and window.webkitNotifications.checkPermission() isnt 0
|
if $(@).data('status') and window.webkitNotifications.checkPermission() isnt 0
|
||||||
window.webkitNotifications.requestPermission()
|
window.webkitNotifications.requestPermission()
|
||||||
|
|
||||||
###
|
###
|
||||||
# Changes the chat-room.
|
# Changes the chat-room.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user