diff --git a/main/template/default/layout/footer.tpl b/main/template/default/layout/footer.tpl index 0fa081ef2a..fb137c19e4 100644 --- a/main/template/default/layout/footer.tpl +++ b/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 */);