summaryrefslogtreecommitdiff
path: root/templates/chimere/blocks/welcome.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/blocks/welcome.html')
-rw-r--r--templates/chimere/blocks/welcome.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html
index b811257..8d7add2 100644
--- a/templates/chimere/blocks/welcome.html
+++ b/templates/chimere/blocks/welcome.html
@@ -7,7 +7,9 @@ $(function(){
$('#welcome video').each(function(index){$(this).pause()});
$('#welcome audio').each(function(index){$(this).pause()});
$("#welcome").dialog({width:826, height:410, dialogClass:'welcome-dialog'
- {% if not display %}, autoOpen:false{% endif %}});
+ {% if not display %}, autoOpen:false{% endif %},
+ open: function () { $("#welcome_content").scrollTop(0); }
+ });
});
// -->
</script>