summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-17 11:58:55 -0400
committersostler <sbostler@gmail.com>2010-05-17 11:58:55 -0400
commitf3d4f45db32c105e5c700668eb420f4d3709cbf3 (patch)
treec165624f6e88577ce477c7914b87db7156cef378 /template/chat_help_bubbles.st
parentffc48db948189fbce594d1a86be3fa197315aaed (diff)
parentbf4f19400e5aae3b27a7853d79d90d3d606315aa (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/chat_help_bubbles.st')
-rw-r--r--template/chat_help_bubbles.st4
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