We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734c1cd commit 85a4f29Copy full SHA for 85a4f29
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-no-frame' );
+ const h5pDiv = document.getElementsByClassName( 'h5p-content' );
62
if (h5pDiv.length !== 0) {
63
try {
64
if ( H5P && H5P.externalDispatcher ) {
0 commit comments