1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-31 10:01:56 +02:00

TinyMce Fullscreen now working correctly. Clearfix added to 'Alignment' format menu.

This commit is contained in:
Cameron
2016-03-09 16:06:30 -08:00
parent eb6c6c3021
commit aea0fd2e53
8 changed files with 37 additions and 12 deletions

View File

@@ -17,7 +17,9 @@ 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.3/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);