summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
blob: 71cd04e1d2a9dac8f57e154f13d60530341739f2 (plain)
1
2
3
4
5
6
7
8
<div id="newuserwrap" style="display:none;">
<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>