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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html
index 1ae81cd..e489f92 100644
--- a/templates/chimere/blocks/welcome.html
+++ b/templates/chimere/blocks/welcome.html
@@ -6,7 +6,7 @@ $(function(){
$('#welcome div.media-player').jmeEmbedControls();
$('#welcome video').each(function(index){$(this).pause()});
$('#welcome audio').each(function(index){$(this).pause()});
- $("#welcome").dialog({width:550, height:300, dialogClass:'welcome-dialog'
+ $("#welcome").dialog({width:550, height:320, dialogClass:'welcome-dialog'
{% if not display %}, autoOpen:false{% endif %},
open: function () { $("#welcome_content").scrollTop(0); }
});