diff options
| author | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-26 15:40:51 -0400 |
| commit | da30c6c48e646efd38e8042370664115b99d6b1e (patch) | |
| tree | ba7d0e881f227296202b7a70bd5a313f51ee1909 /template/chat.st | |
| parent | 42150227b1f6fa6798862e0ef92e7ee3a8bcafc1 (diff) | |
| parent | 27afb7560d470782f81523f7dff3242c8f31dbdd (diff) | |
Merge Share indent
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"> |
