remove a temporary cache-busting hack

pull/1/head
ansuz 4 years ago
parent 6523bc53cd
commit 8ed48d36ab

@ -190,7 +190,6 @@ define([
var intr; var intr;
var check = function() { var check = function() {
if (window.CKEDITOR) { if (window.CKEDITOR) {
window.CKEDITOR.timestamp = 123456; // XXX cache-busting string for CkEditor
clearTimeout(intr); clearTimeout(intr);
cb(window.CKEDITOR); cb(window.CKEDITOR);
} }

Loading…
Cancel
Save