Fix cache issues with ckeditor

pull/1/head
yflory 2020-10-13 17:21:53 +02:00
parent d60e072605
commit fc58274617
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ define([
var intr;
var check = function() {
if (window.CKEDITOR) {
window.CKEDITOR.timestamp = 123456;
clearTimeout(intr);
cb(window.CKEDITOR);
}