From 6b10542737ed78d4e7f09c1df77b75754007af42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 26 Dec 2011 17:26:19 +0100 Subject: [PATCH] Reload Room-List every 60 seconds --- file/js/TimWolla.WCF.Chat.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/js/TimWolla.WCF.Chat.coffee b/file/js/TimWolla.WCF.Chat.coffee index 5f35bd0..f706c03 100644 --- a/file/js/TimWolla.WCF.Chat.coffee +++ b/file/js/TimWolla.WCF.Chat.coffee @@ -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() ###