1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Increase speed of TinyMce footer.

This commit is contained in:
Cameron
2020-12-12 12:40:26 -08:00
parent eaa44b075f
commit c1f5a6f8dc
4 changed files with 29 additions and 9 deletions

View File

@@ -1111,7 +1111,8 @@ class e_plugin
$core->set('bbcode_list', array())
->set('shortcode_legacy_list', array())
->set('shortcode_list', array())
->set('lan_global_list', array());
->set('lan_global_list', array())
->set('wysiwyg_list', array());
$paths = $this->getDetected();
@@ -1240,6 +1241,8 @@ class e_plugin
}
}
$editors = $this->getInstalledWysiwygEditors();
$core->setPref('wysiwyg_list',$editors);
$core->save(false, true, false);