From d8d4c7028206c5f873f9cb38b1091ad1368dc928 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Mon, 21 Jun 2010 00:56:55 -0400 Subject: Added image zoom button --- template/chat.st | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'template') diff --git a/template/chat.st b/template/chat.st index 77e5e86..53206ec 100644 --- a/template/chat.st +++ b/template/chat.st @@ -47,9 +47,8 @@ $endif$ 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); - - + jQuery(startTitleUpdater); + jQuery(initChatMsgs);