Skip to content

Commit 0b69492

Browse files
authored
fix: Incorrect iframe data selector
1 parent 87a3a46 commit 0b69492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/ext.embedVideo.consent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
return;
122122
}
123123

124-
const iframeConfig = JSON.parse(iframeConfigEl.dataset.iframe);
124+
const iframeConfig = JSON.parse(iframeConfigEl.dataset.iframeconfig);
125125

126126
const loader = consentDiv.querySelector('.embedvideo-loader');
127127
const privacyNotice = consentDiv.querySelector('.embedvideo-privacyNotice');

0 commit comments

Comments
 (0)