mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-29785 import latest TinyMCE 3.4.6
using https://github.com/moodle/custom-tinymce/tree/MOODLE_22_3.4.6 and https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6 customised branches
This commit is contained in:
parent
6731a04d93
commit
9ef8d17ab2
302 changed files with 568 additions and 237 deletions
|
@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die();
|
|||
|
||||
class tinymce_texteditor extends texteditor {
|
||||
/** @var string active version - directory name */
|
||||
public $version = '3.4.5';
|
||||
public $version = '3.4.6';
|
||||
|
||||
public function supported_by_browser() {
|
||||
if (check_browser_version('MSIE', 6)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue