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