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
1 merge request!2parsing for markers in TSConfig / JavaScript to allow complex setups with nested parenthesis
...@@ -136,7 +136,7 @@ class Loader { ...@@ -136,7 +136,7 @@ class Loader {
} }
}; };
SG.initTinyMceLoadFunction(); SG.initTinyMceLoadFunction();
SG.initTinyMceLoadInterval = window.setInterval(SG.initTinyMceLoadFunction, 1000); SG.initTinyMceLoadInterval = window.setInterval(SG.initTinyMceLoadFunction, 333);
'; ';
$configuration .= $this->tinymceConfiguration['postJS']; $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