mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-01-11 00:40:09 +00:00
Reload Room-List every 60 seconds
This commit is contained in:
parent
f2930612d1
commit
6b10542737
@ -17,7 +17,7 @@ TimWolla.WCF ?= {}
|
|||||||
init: () ->
|
init: () ->
|
||||||
@bindEvents()
|
@bindEvents()
|
||||||
@refreshRoomList()
|
@refreshRoomList()
|
||||||
new WCF.PeriodicalExecuter $.proxy(@refreshRoomList, this), 10e3
|
new WCF.PeriodicalExecuter $.proxy(@refreshRoomList, this), 60e3
|
||||||
|
|
||||||
$('#chatInput').focus()
|
$('#chatInput').focus()
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user