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

Commit

Permalink
Reset ads completed state again if the ad handler triggers again, for…
Browse files Browse the repository at this point in the history
… future-proofing
  • Loading branch information
rowanbeentje committed Oct 4, 2016
1 parent c562a7f commit be1295f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ class VideoAds {
}

contentPauseRequestHandler() {
this.adsCompleted = false;
this.video.videoEl.pause();
}

Expand Down

0 comments on commit be1295f

Please sign in to comment.