summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-20 20:36:33 -0400
committersostler <sbostler@gmail.com>2010-05-20 20:36:33 -0400
commit7cd97594cf46bb942d07099ffb05fcbceb609e9b (patch)
treedf701aa1a6a530175e0f3d80c60e6f473d2ea3ba /template
parent04bec93bf1d58e7a75268651b54fdce566c408b1 (diff)
Use function to startTitleUpdater
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>