diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:12:20 -0400 |
| commit | 1ac13dea9fb81b0d6481ac1aa7c942cfaa734279 (patch) | |
| tree | 25fca830012743685eca7d4c51e39a85df49bdc4 /template/chat.st | |
| parent | b3dcf20f4428882d23af2de0790c9248a59cc39c (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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"> |
