diff options
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 5 |
1 files changed, 2 insertions, 3 deletions
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); </script> <style> #chat-wrapper { |
