Commit 7b3602e3 by Waheed Ahmed

Merge pull request #6047 from edx/waheed/tnl536-fixed-hd-button-for-firefox

Fixed HD button in firefox.
parents cb7d6b39 86f72942
...@@ -64,9 +64,9 @@ function () { ...@@ -64,9 +64,9 @@ function () {
state.videoQualityControl.el.on('click', state.videoQualityControl.el.on('click',
state.videoQualityControl.toggleQuality state.videoQualityControl.toggleQuality
); );
state.el.on('play', _.once(function () { state.el.on('play', _.once(
state.videoQualityControl.fetchAvailableQualities(); state.videoQualityControl.fetchAvailableQualities
})); ));
} }
// *************************************************************** // ***************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment