summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
blob: ab8218f4c5e06c3951c3a0765fb0daabe405caf8 (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) }, 100000 ) })
</script>
</div>