mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-77250-master' of https://github.com/lameze/moodle
This commit is contained in:
commit
222099cda1
@ -76,6 +76,8 @@ M.editor_tinymce.init_editor = function(Y, editorid, options) {
|
||||
});
|
||||
};
|
||||
|
||||
tinyMCE.baseURL = M.cfg.wwwroot + '/lib/editor/tinymce/tiny_mce/3.5.11';
|
||||
tinyMCE.baseURI = new tinymce.util.URI(tinyMCE.baseURL);
|
||||
tinyMCE.init(options);
|
||||
|
||||
var item = document.getElementById(editorid+'_filemanager');
|
||||
|
Loading…
x
Reference in New Issue
Block a user