diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-27 14:17:15 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-27 14:17:15 -0400 |
| commit | e9dcb2bc4bb1b915e02eff3823d6006b052df13d (patch) | |
| tree | 7ce5755abc0e29a5ac0a26bfbac700980ced1a78 /template/chat.st | |
| parent | 88a1325b9b5f1fdc90c29e985caecf9dc6429ddf (diff) | |
sostler prod commit
Diffstat (limited to 'template/chat.st')
| -rw-r--r-- | template/chat.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index a45ba4f..fe0abc0 100644 --- a/template/chat.st +++ b/template/chat.st @@ -48,6 +48,8 @@ $endif$ if (window.focus) {newwindow.focus()} } jQuery(document).ready(startTitleUpdater); + + </script> <style> #chat-wrapper { @@ -64,7 +66,8 @@ $endif$ $banner()$ $if(isadmin)$ -$tinychat()$ +<div id="tinychattab" style="display:none;">tinychat +$tinychat()$</div> $endif$ <div id="chatrap"> |
