diff options
Diffstat (limited to 'templates/chimere/detail.html')
-rw-r--r-- | templates/chimere/detail.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index 4d9348b..4397f5f 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -52,7 +52,7 @@ $('html').addClass('js-on'); $(function(){ $("#gallery-{{marker.pk}}").dialog({title:"{{marker.name}}", autoOpen: false, height: "auto", width: "auto", dialogClass:'no-titlebar'}); - $('div.media-player').jmeEmbedControls(); + /* $('div.media-player').jmeEmbedControls(); $('.tabs').tabs({ select: function(event, ui) { //pause all medias @@ -76,6 +76,7 @@ $(function(){ }).bind('userinactive', function(){ $('div.media-controls', this).stop().animate({opacity: 0}); }); + */ }); $("#gallery-{{marker.pk}}").bind( "dialogopen", function(event, ui) { $("#gallery-{{marker.pk}}").dialog("option", "height", 'auto'); |