mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
fixed a few typos preventing JS execution :-D
This commit is contained in:
parent
5cc70f32c7
commit
59cab43678
2 changed files with 3 additions and 4 deletions
|
@ -42,9 +42,6 @@ $PAGE->set_heading($title);
|
|||
$PAGE->set_pagelayout('mydashboard');
|
||||
$PAGE->set_pagetype('user-files');
|
||||
|
||||
$module = array('name'=>'core_user', 'fullpath'=>'/user/module.js');
|
||||
$PAGE->requires->js_init_call('M.core_user.init_tree', null, false, $module);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->box_start('generalbox');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue