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/detail.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/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'); |
