소스 검색

Fixes big black div see BT#7694

Julio Montoya 11 년 전
부모
커밋
8e2ba2a139
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 */);