diff options
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"> |
