File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636// Reset page layout for inside editor.
3737$ PAGE ->set_pagelayout ('embedded ' );
3838
39- $ PAGE ->requires ->css (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/css/style.css ' ) );
40- $ PAGE ->requires ->js (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'vendor/js/bowser.js ' ) , true );
41- $ PAGE ->requires ->js (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'vendor/js/adapter.js ' ) , true );
42- $ PAGE ->requires ->js (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/commonmodule.js ' ) , true );
43- $ PAGE ->requires ->js (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/abstractmodule.js ' ) , true );
44- $ PAGE ->requires ->js (new moodle_url ( $ CFG -> wwwroot . MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/compatcheckmodule.js ' ) , true );
39+ $ PAGE ->requires ->css (MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/css/style.css ' );
40+ $ PAGE ->requires ->js (MOODLE_TINYMCE_RECORDRTC_ROOT .'vendor/js/bowser.js ' , true );
41+ $ PAGE ->requires ->js (MOODLE_TINYMCE_RECORDRTC_ROOT .'vendor/js/adapter.js ' , true );
42+ $ PAGE ->requires ->js (MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/commonmodule.js ' , true );
43+ $ PAGE ->requires ->js (MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/abstractmodule.js ' , true );
44+ $ PAGE ->requires ->js (MOODLE_TINYMCE_RECORDRTC_ROOT .'tinymce/js/compatcheckmodule.js ' , true );
4545
4646// Get max file upload size.
4747$ maxuploadsize = ini_get ('upload_max_filesize ' );
You can’t perform that action at this time.
0 commit comments