Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix the line indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 15, 2016
1 parent 2d5c3b3 commit fc7583f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions system/modules/core/templates/jquery/j_mediaelement.html5
Expand Up @@ -9,9 +9,9 @@ $GLOBALS['TL_CSS'][] = 'assets/jquery/mediaelement/'. $GLOBALS['TL_ASSETS']['MED
<script>
(function($) {
$(document).ready(function() {
$('video,audio').filter(function() {
return $(this).parents('picture').length === 0;
}).mediaelementplayer({
$('video,audio').filter(function() {
return $(this).parents('picture').length === 0;
}).mediaelementplayer({
// Put custom options here
pluginPath: '<?= TL_PATH ?>/assets/jquery/mediaelement/<?= $GLOBALS['TL_ASSETS']['MEDIAELEMENT'] ?>/',
flashName: 'legacy/flashmediaelement.swf',
Expand Down

0 comments on commit fc7583f

Please sign in to comment.