summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
blob: 6e8e80fcef302e3864e701d605d43fad5a9b5cab (plain)
1
2
3
4
5
6
7
8
<div id="newuserwrap">
<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>
<script>
jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) })
</script>
</div>