diff --git a/js/h5p.js b/js/h5p.js index 4e44806..5d2a8f6 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -369,6 +369,10 @@ H5P.init = function (target) { $element.on('mousedown keydown keyup', function (event) { $element.toggleClass('using-mouse', event.type === 'mousedown'); }); + + if (H5P.externalDispatcher) { + H5P.externalDispatcher.trigger('initialized'); + } }); // Insert H5Ps that should be in iframes.