From 7cd97594cf46bb942d07099ffb05fcbceb609e9b Mon Sep 17 00:00:00 2001 From: sostler Date: Thu, 20 May 2010 20:36:33 -0400 Subject: Use function to startTitleUpdater --- template/chat.st | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/chat.st') diff --git a/template/chat.st b/template/chat.st index a0fbe0b..27148f0 100644 --- a/template/chat.st +++ b/template/chat.st @@ -46,7 +46,8 @@ $endif$ function pop(url) { newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0'); if (window.focus) {newwindow.focus()} - } + } + jQuery(document).ready(startTitleUpdater); -- cgit v1.2.3-70-g09d2