Skip to content

Commit

Permalink
Fixed compatibility with non-jQuery mediaelement.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Nov 29, 2017
1 parent d515242 commit 8cc7d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/rsts_default.html5
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function init() {
<?php $this->block('script_bgvideo') ?>
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
// Disable mejs for videos
this.player = false;
this.player = true;
});
<?php $this->endblock() ?>

Expand Down

0 comments on commit 8cc7d04

Please sign in to comment.