1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Upgraded TinyMce CDN to 4.3

This commit is contained in:
Cameron
2016-03-03 15:23:37 -08:00
parent 8b83eeb914
commit d8524de113

View File

@@ -17,7 +17,8 @@ if((e107::wysiwyg() === true && check_class($pref['post_html'])) || strpos(e_SEL
{ {
if(e_PAGE != 'image.php') if(e_PAGE != 'image.php')
{ {
e107::js('footer', "https://tinymce.cachefly.net/4.2/tinymce.min.js"); e107::js('footer', "https://tinymce.cachefly.net/4.3/tinymce.min.js");
// e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js"); // e107::js('footer', "//cdn.tinymce.com/4/tinymce.min.js");
e107::js('footer',e_PLUGIN.'tinymce4/wysiwyg.php','jquery',5); e107::js('footer',e_PLUGIN.'tinymce4/wysiwyg.php','jquery',5);