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