Skip to content

Commit

Permalink
Merge pull request mediaelement#569 from peterh-capella/Issue548
Browse files Browse the repository at this point in the history
attempted fix for Issue mediaelement#548
  • Loading branch information
johndyer committed Sep 23, 2012
2 parents 623b5ae + 43f5017 commit 1bf226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/mediaelement-and-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ if (typeof jQuery != 'undefined') {

doAnimation = typeof doAnimation == 'undefined' || doAnimation;

if (!t.controlsAreVisible)
if (!t.controlsAreVisible || t.options.alwaysShowControls) // attempted fix for Issue #548
return;

if (doAnimation) {
Expand Down

0 comments on commit 1bf226f

Please sign in to comment.