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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/chimere/blocks/welcome.html b/templates/chimere/blocks/welcome.html
index ae83180..a70e92f 100644
--- a/templates/chimere/blocks/welcome.html
+++ b/templates/chimere/blocks/welcome.html
@@ -3,9 +3,10 @@
<script type='text/javascript'>
<!--
$(function(){
+ /*
$('#welcome div.media-player').jmeEmbedControls();
$('#welcome video').each(function(index){$(this).pause()});
- $('#welcome audio').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 %}});
});