summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/imagelayering.st2
-rw-r--r--template/rooms/VIP.st2
-rw-r--r--template/rooms/chat.st2
3 files changed, 3 insertions, 3 deletions
diff --git a/template/imagelayering.st b/template/imagelayering.st
index 66575b9..3709876 100644
--- a/template/imagelayering.st
+++ b/template/imagelayering.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/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$