We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7450cb1 commit 1e60b9aCopy full SHA for 1e60b9a
assets/js/player.js
@@ -394,7 +394,9 @@ if (!video_data.params.listen && video_data.params.annotations) {
394
};
395
396
window.addEventListener('__ar_annotation_click', function (e) {
397
- const { url, target, seconds } = e.detail;
+ const url = e.detail.url,
398
+ target = e.detail.target,
399
+ seconds = e.detail.seconds;
400
var path = new URL(url);
401
402
if (path.href.startsWith('https://www.youtube.com/watch?') && seconds) {
0 commit comments