Fix cache issues with ckeditor

pull/1/head
yflory 4 years ago
parent d60e072605
commit fc58274617

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

Loading…
Cancel
Save