We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccb12c1 + 85a4f29 commit ee970abCopy full SHA for ee970ab
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-content' );
62
if (h5pDiv.length !== 0) {
63
try {
64
if ( H5P && H5P.externalDispatcher ) {
0 commit comments