mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Upgraded TinyMce to 4.9.11
This commit is contained in:
@@ -30,7 +30,8 @@ if((e107::wysiwyg(null, true) === 'tinymce4' && check_class($pref['post_html']))
|
|||||||
* Reverting back to 4.7.9 makes everything work in e107
|
* Reverting back to 4.7.9 makes everything work in e107
|
||||||
* Issue #3136
|
* Issue #3136
|
||||||
*/
|
*/
|
||||||
e107::js('footer', 'https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.7.9/tinymce.min.js');
|
// e107::js('footer', 'https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.7.9/tinymce.min.js');
|
||||||
|
e107::js('footer', 'https://cdnjs.cloudflare.com/ajax/libs/tinymce/4.9.11/tinymce.min.js');
|
||||||
|
|
||||||
|
|
||||||
// e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js");
|
// e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js");
|
||||||
|
Reference in New Issue
Block a user