mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method.
This commit is contained in:
@@ -1218,6 +1218,9 @@ class e_form
|
||||
|
||||
$_SESSION['media_category'] = $mediaCat; // used by TinyMce.
|
||||
|
||||
e107::wysiwyg(true); // bbarea loaded, so activate wysiwyg (if enabled in preferences)
|
||||
|
||||
|
||||
return $ret;
|
||||
|
||||
// Quick fix - hide TinyMCE links if not installed, dups are handled by JS handler
|
||||
|
Reference in New Issue
Block a user