Browse Source

Fixes big black div see BT#7694

Julio Montoya 11 years ago
parent
commit
8e2ba2a139
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/template/default/layout/footer.tpl

+ 2 - 0
main/template/default/layout/footer.tpl

@@ -111,6 +111,8 @@ $(document).ready( function() {
         disable_search_threshold: 10
     });
 
+    $(".jp-jplayer audio").addClass('skip');
+
     // Mediaelement
     jQuery('video:not(.skip), audio:not(.skip)').mediaelementplayer(/* Options */);