diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-02 18:48:20 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-02 18:48:20 +0200 |
| commit | 7bdf09dd2a786436ef68da424e1e88ca329cb9e7 (patch) | |
| tree | f8a01714caec531d48c15004b352bb5f180c9886 /templates/chimere/blocks/welcome.html | |
| parent | 00ee0362bfdc01e35d07639e922b1dc5f130af2f (diff) | |
| download | Chimère - projet Saclay-master-v2.9.tar.bz2 Chimère - projet Saclay-master-v2.9.zip | |
Many adptation for the new versionmaster-v2.9
Diffstat (limited to 'templates/chimere/blocks/welcome.html')
| -rw-r--r-- | templates/chimere/blocks/welcome.html | 3 |
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 %}}); }); |
