video.ontimeupdate = function()

in scripts/video-callout.js [47:51]


    video.ontimeupdate = function () {
      if (video.currentTime > timeEnd) {
        video.pause();
      }
    };