summaryrefslogtreecommitdiff
path: root/templates/chimere/blocks/news.html
diff options
context:
space:
mode:
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
commit7bdf09dd2a786436ef68da424e1e88ca329cb9e7 (patch)
treef8a01714caec531d48c15004b352bb5f180c9886 /templates/chimere/blocks/news.html
parent00ee0362bfdc01e35d07639e922b1dc5f130af2f (diff)
downloadChimè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/news.html')
-rw-r--r--templates/chimere/blocks/news.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/blocks/news.html b/templates/chimere/blocks/news.html
index 3788b64..0bc04a1 100644
--- a/templates/chimere/blocks/news.html
+++ b/templates/chimere/blocks/news.html
@@ -2,9 +2,9 @@
<script type='text/javascript'>
<!--
$(function(){
- $('#news div.media-player').jmeEmbedControls();
+ /*$('#news div.media-player').jmeEmbedControls();
$('#news video').each(function(index){$(this).pause()});
- $('#news audio').each(function(index){$(this).pause()});
+ $('#news audio').each(function(index){$(this).pause()});*/
$("#news").dialog({width:630, dialogClass:'no-titlebar',
autoOpen:false});
});