-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.1
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-42184-master-nomerge -
I have a small problem, when I open a scorm activity in a new window, I can not stop the navigation display.
In any Bootstrap theme.
I modified the config.php file
'popup' => array(
'file' => 'columns1.php',
'regions' => array(),
'options' => array('nofooter'=>true, 'nonavbar'=>true, 'noheader'=>true),
But still not working.
Thank you.