summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/chat.st3
1 files changed, 2 insertions, 1 deletions
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);
</script>
</head>
<body>