mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
Merge branch 'MDL-65570-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
802f7c483c
@ -68,7 +68,7 @@ class qtype_multianswer_renderer extends qtype_renderer {
|
||||
}
|
||||
|
||||
$this->page->requires->js_init_call('M.qtype_multianswer.init',
|
||||
array('#q' . $qa->get_slot()), false, array(
|
||||
array('#' . $qa->get_outer_question_div_unique_id()), false, array(
|
||||
'name' => 'qtype_multianswer',
|
||||
'fullpath' => '/question/type/multianswer/module.js',
|
||||
'requires' => array('base', 'node', 'event', 'overlay'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user