mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
Merge branch 'MDL-56836-master' of https://github.com/snake/moodle
This commit is contained in:
commit
dee51f01d6
@ -79,6 +79,9 @@ if ($currentorg !== '') {
|
||||
if ($newattempt !== 'off') {
|
||||
$url->param('newattempt', $newattempt);
|
||||
}
|
||||
if ($displaymode !== '') {
|
||||
$url->param('display', $displaymode);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
$forcejs = get_config('scorm', 'forcejavascript');
|
||||
if (!empty($forcejs)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user