diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 05:54:44 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 05:54:44 -0400 |
| commit | 6faebbd3c1e253bd6e5797decfd945a389ddc347 (patch) | |
| tree | a344840bd975ac7fac7aa4d4819e4b96154fbb58 /template/rooms | |
| parent | 40bc9c45fcc73edb126c5e04321afc5d175f0cd0 (diff) | |
Added Away and Log js modules
Diffstat (limited to 'template/rooms')
| -rw-r--r-- | template/rooms/VIP.st | 2 | ||||
| -rw-r--r-- | template/rooms/chat.st | 2 |
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$ |
