diff options
| author | timb <timb@mb.home> | 2010-03-21 00:39:49 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-03-21 00:39:49 -0700 |
| commit | 9e1070a2e949d54278e675e97d4bff3812b6f317 (patch) | |
| tree | c9e29731622cf56820c6f6519f9a17ec277f8316 /template/chat.st | |
| parent | 35c929f102a49dce6dd8f61d348394ae227e9496 (diff) | |
fix giant hand, preload, & make info bubbles fade away
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/chat.st b/template/chat.st index 15d0e3f..e5f8110 100755 --- a/template/chat.st +++ b/template/chat.st @@ -91,6 +91,9 @@ $else$ <div id="uploadstuff"><img src="/static/uploadstuff.png"></div> <div id="signinblurb"><img src="/static/signinblurb.png"></div> <div id="readyjoin"><img src="/static/readyjoin.png"></div> +<script> +jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) +</script> </div> <link rel="stylesheet" type="text/css" href="/static/dump.css"> <div id="msgInputDiv"> |
