summaryrefslogtreecommitdiff
path: root/templates/chimere/blocks/news.html
diff options
context:
space:
mode:
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});
});