diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-23 21:30:58 -0400 |
| commit | c2a5a2795567cec7adbf1659348c1c3663759759 (patch) | |
| tree | 7832c61b83bce339590b31d4754a003a09ff5ecc /template/chat.st | |
| parent | 7f0c913523633b6e0a1a04981d28a10758bd4c63 (diff) | |
timb committing buch of prod changes...
Diffstat (limited to 'template/chat.st')
| -rwxr-xr-x | template/chat.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/chat.st b/template/chat.st index 6bdefc8..d8ff954 100755 --- a/template/chat.st +++ b/template/chat.st @@ -108,8 +108,10 @@ $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> + <div id="dumppreview"><img src="/static/dumppreview.png"></div> + <div id="beingpostednow"><img src="/static/beingpostednow.png"></div> <script> - jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) + jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 100000 ) }) </script> </div> $endif$ <div id="footerc"> |
