summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
blob: 5505c01adbc937c03beb56cde86ec99f270e2a4e (plain)
1
2
3
4
5
6
7
8
9
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) }, 100000 ) })
</script>
</div>