mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-34396 Ensure TinyMCE editor spell checking works on pages with $PAGE->https_required()
This commit is contained in:
parent
9592f5dea8
commit
ab706cc971
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class tinymce_texteditor extends texteditor {
|
||||||
'theme_advanced_resizing_min_height' => 30,
|
'theme_advanced_resizing_min_height' => 30,
|
||||||
'theme_advanced_toolbar_location' => "top",
|
'theme_advanced_toolbar_location' => "top",
|
||||||
'theme_advanced_statusbar_location' => "bottom",
|
'theme_advanced_statusbar_location' => "bottom",
|
||||||
'spellchecker_rpc_url' => $CFG->wwwroot."/lib/editor/tinymce/tiny_mce/$this->version/plugins/spellchecker/rpc.php",
|
'spellchecker_rpc_url' => $CFG->httpswwwroot."/lib/editor/tinymce/tiny_mce/$this->version/plugins/spellchecker/rpc.php",
|
||||||
'spellchecker_languages' => $spelllanguagelist
|
'spellchecker_languages' => $spelllanguagelist
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue