| Línea 141... |
Línea 141... |
| 141 |
$PAGE->requires->string_for_js('previouspage', 'block_mynotes');
|
141 |
$PAGE->requires->string_for_js('previouspage', 'block_mynotes');
|
| 142 |
$PAGE->requires->string_for_js('nextpage', 'block_mynotes');
|
142 |
$PAGE->requires->string_for_js('nextpage', 'block_mynotes');
|
| 143 |
$PAGE->requires->string_for_js('nothingtodisplay', 'block_mynotes');
|
143 |
$PAGE->requires->string_for_js('nothingtodisplay', 'block_mynotes');
|
| 144 |
$PAGE->requires->string_for_js('mynotessavedundertab', 'block_mynotes');
|
144 |
$PAGE->requires->string_for_js('mynotessavedundertab', 'block_mynotes');
|
| 145 |
$PAGE->requires->string_for_js('cancel', 'moodle');
|
145 |
$PAGE->requires->string_for_js('cancel', 'moodle');
|
| 146 |
$PAGE->requires->js_call_amd('block_mynotes/mynotes', 'init', $arguments);
|
146 |
$this->page->requires->js_call_amd('block_mynotes/mynotes', 'init', $arguments);
|
| 147 |
}
|
147 |
}
|
| 148 |
}
|
148 |
}
|