diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-05 05:55:47 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-05 05:55:47 -0400 |
| commit | 2fcfd448fe0c28b41f14f7cd8c51abb5154e1bba (patch) | |
| tree | 7889d0e119788c0b1436596f323848a9f7fc53db /template/rooms/VIP.st | |
| parent | 6e54781979301dbec5886da2d9df94764197ff56 (diff) | |
| parent | 6faebbd3c1e253bd6e5797decfd945a389ddc347 (diff) | |
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'template/rooms/VIP.st')
| -rw-r--r-- | template/rooms/VIP.st | 2 |
1 files changed, 1 insertions, 1 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$ |
