We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb12c1 commit 734c1cdCopy full SHA for 734c1cd
js/h5pxapikatchu.js
@@ -58,7 +58,7 @@ var H5P = H5P || {};
58
}
59
60
// Add listener if DIVs are used.
61
- const h5pDiv = document.getElementsByClassName( 'h5p-frame' );
+ const h5pDiv = document.getElementsByClassName( 'h5p-no-frame' );
62
if (h5pDiv.length !== 0) {
63
try {
64
if ( H5P && H5P.externalDispatcher ) {
0 commit comments