summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-05 05:55:47 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-09-05 05:55:47 -0400
commit2fcfd448fe0c28b41f14f7cd8c51abb5154e1bba (patch)
tree7889d0e119788c0b1436596f323848a9f7fc53db /template
parent6e54781979301dbec5886da2d9df94764197ff56 (diff)
parent6faebbd3c1e253bd6e5797decfd945a389ddc347 (diff)
Merge branch 'master' of /pichat/repo
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$