diff options
| author | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-27 14:17:35 -0400 |
| commit | 96adff534b34ca1e92f12266e27a9784ec802f40 (patch) | |
| tree | 3cdde26cda9716f290cc9ccec712393025c33fdc /template/chat.st | |
| parent | f057fd141ec80bfd042914ed7d1439962b1ff160 (diff) | |
| parent | e9dcb2bc4bb1b915e02eff3823d6006b052df13d (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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"> |
