diff options
Diffstat (limited to 'templates/chimere/detail.html')
-rw-r--r-- | templates/chimere/detail.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index 247a53e..91505a1 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -106,7 +106,7 @@ function manage_tab_opening (event, ui) { } function manage_gallery_opening (event) { - $('div.media-player').jmeEmbedControls(); + // $('div.media-player').jmeEmbedControls(); $('.video div.media-player').bind('useractive', function(){ $('div.media-controls', this).stop().animate({opacity: 1}); }).bind('userinactive', function(){ @@ -139,7 +139,7 @@ $(document).ready(function(){ manage_tab_opening(e); }) - $('div.media-player').jmeEmbedControls(); + // $('div.media-player').jmeEmbedControls(); $("a[rel^='prettyPhoto']").prettyPhoto({ show_title: false, social_tools: '' |