Skip to content

Commit

Permalink
Use the Symfony assets component for the Contao assets
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkejN committed Mar 4, 2019
1 parent 999cfae commit 02c17f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/js_mediaelement_dash.html5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $GLOBALS['TL_CSS'][] = 'assets/mediaelement/css/mediaelementplayer.min.css|stati
$GLOBALS['TL_CSS'][] = 'bundles/postyoucontaoabrstreaming/css/qualityselection.css|static';
?>

<script src="<?= $this->asset('js/mediaelement-and-player.min.js', 'contao-components/mediaelement') ?>"></script>
<script src="<?= TL_ASSETS_URL ?>assets/mediaelement/js/mediaelement-and-player.min.js"></script>
<script src="bundles/postyoucontaoabrstreaming/js/qualityselection.js"></script>
<script>
(function () {
Expand Down

0 comments on commit 02c17f6

Please sign in to comment.