remove a temporary cache-busting hack

This commit is contained in:
ansuz 2020-10-22 14:00:30 +05:30
parent 6523bc53cd
commit 8ed48d36ab
1 changed files with 0 additions and 1 deletions

View File

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