Fix cache issues with ckeditor

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

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

Loading…
Cancel
Save