mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
MDL-31205 quiz 'secure' window: scrollbars missing.
Embarrassing type in the arguments to openpopup
This commit is contained in:
@@ -706,7 +706,7 @@ class mod_quiz_renderer extends plugin_renderer_base {
|
||||
'M.mod_quiz.secure_window.start_attempt_action', array(
|
||||
'url' => $url->out(false),
|
||||
'windowname' => 'quizpopup',
|
||||
'popupoptions' => $popupaction->get_js_options(),
|
||||
'options' => $popupaction->get_js_options(),
|
||||
'fullscreen' => true,
|
||||
'startattemptwarning' => $startattemptwarning,
|
||||
)));
|
||||
|
Reference in New Issue
Block a user