From d8524de113c88f8a25afda497c54d4e1d50cd443 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 3 Mar 2016 15:23:37 -0800 Subject: [PATCH] Upgraded TinyMce CDN to 4.3 --- e107_plugins/tinymce4/e_footer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/tinymce4/e_footer.php b/e107_plugins/tinymce4/e_footer.php index f1edd22b1..992131859 100644 --- a/e107_plugins/tinymce4/e_footer.php +++ b/e107_plugins/tinymce4/e_footer.php @@ -17,7 +17,8 @@ if((e107::wysiwyg() === true && check_class($pref['post_html'])) || strpos(e_SEL { 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',e_PLUGIN.'tinymce4/wysiwyg.php','jquery',5);