浏览代码

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 */);