summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-06-21 00:56:55 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-06-21 00:56:55 -0400
commitd8d4c7028206c5f873f9cb38b1091ad1368dc928 (patch)
treeafd447326d2116ef1a0266e9a4e9ef1f0c4e65e5 /template
parentbed8d70d0f1321d0a4463b768b7b2d12a18eb3da (diff)
Added image zoom button
Diffstat (limited to 'template')
-rw-r--r--template/chat.st5
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 {