diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-14 23:58:52 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-14 23:58:52 -0400 |
| commit | 9f16a91226b9b59a51e701c3f8e35b630e9e0d20 (patch) | |
| tree | 8803473ee59f666bf08be1c96c34525b2247569e /template/chat_help_bubbles.st | |
| parent | 53f35e8f30145167ac01e014c5b0d21911ff8792 (diff) | |
sostler prod commit
Diffstat (limited to 'template/chat_help_bubbles.st')
| -rw-r--r-- | template/chat_help_bubbles.st | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st index 6e8e80f..5505c01 100644 --- a/template/chat_help_bubbles.st +++ b/template/chat_help_bubbles.st @@ -1,8 +1,10 @@ <div id="newuserwrap"> +<div id="bubblerapper"> <div id="posthelp"><img src="/static/img/furie6.png"></div> <div id="webcamhelp"><img src="/static/img/furie5.png"></div> <a href="/help"><div id="userlisthelp"><img src="/static/img/furie7.png"></div></a> +</div> <script> -jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) }) +jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 100000 ) }) </script> </div>
\ No newline at end of file |
