summaryrefslogtreecommitdiff
path: root/template/rooms
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-09-05 05:54:44 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-09-05 05:54:44 -0400
commit6faebbd3c1e253bd6e5797decfd945a389ddc347 (patch)
treea344840bd975ac7fac7aa4d4819e4b96154fbb58 /template/rooms
parent40bc9c45fcc73edb126c5e04321afc5d175f0cd0 (diff)
Added Away and Log js modules
Diffstat (limited to 'template/rooms')
-rw-r--r--template/rooms/VIP.st2
-rw-r--r--template/rooms/chat.st2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 119296b..0ad074b 100644
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -44,7 +44,7 @@ $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(startTitleUpdater);
+ jQuery(Away.startTitleUpdater);
jQuery(initChatMsgs);
$if(user_nick)$ //
$else$
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index e3c5c65..81045e4 100644
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -44,7 +44,7 @@ $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(startTitleUpdater);
+ jQuery(Away.startTitleUpdater);
jQuery(initChatMsgs);
$if(user_nick)$ //
$else$