Skip to content
Snippets Groups Projects
Commit 5ba81fc6 authored by Sigfried Arnold's avatar Sigfried Arnold
Browse files

reduced the interval 333 ms (1/3 of the original value) this makes very old...

reduced the interval 333 ms (1/3 of the original value) this makes very old systems a bit unhappy due to higher CPU load but works fine on modern systems (faster loading) editor
parent 46828359
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ class Loader {
}
};
SG.initTinyMceLoadFunction();
SG.initTinyMceLoadInterval = window.setInterval(SG.initTinyMceLoadFunction, 1000);
SG.initTinyMceLoadInterval = window.setInterval(SG.initTinyMceLoadFunction, 333);
';
$configuration .= $this->tinymceConfiguration['postJS'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment