diff --git a/mod/scorm/view.js b/mod/scorm/view.js index 8f7f32c2778..37016cf7f86 100644 --- a/mod/scorm/view.js +++ b/mod/scorm/view.js @@ -59,6 +59,7 @@ M.mod_scormform.init = function(Y) { // this shouldn't happen as the pop-up here is launched on user action but good to make sure. setTimeout(function() { if (!winobj) { + var scormintro = Y.one('#intro'); scormintro.setHTML(M.str.scorm.popupsblocked); }}, 800); }