diff --git a/mod/scorm/module.js b/mod/scorm/module.js index 361848da983..49db9fa18d5 100644 --- a/mod/scorm/module.js +++ b/mod/scorm/module.js @@ -363,6 +363,9 @@ M.mod_scorm.init = function(Y, hide_nav, hide_toc, toc_title, window_name, launc scorm_tree_node = tree; tree.singleNodeHighlight = true; tree.subscribe('labelClick', function(node) { + if (node.title == '' || node.title == null) { + return; //this item has no navigation + } scorm_activate_item(node); if (node.children.length) { scorm_bloody_labelclick = true;