diff --git a/mod/scorm/module.js b/mod/scorm/module.js index 10f078fc941..817b377f642 100644 --- a/mod/scorm/module.js +++ b/mod/scorm/module.js @@ -100,41 +100,20 @@ M.mod_scorm.init = function(Y, hide_nav, hide_toc, toc_title, window_name, launc } var content = new Y.YUI2.util.Element('scorm_content'); - try { - // first try IE way - it can not set name attribute later - // and also it has some restrictions on DOM access from object tag - if (window_name || node.title == null) { - var obj = document.createElement(' - -