Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/cceadmin/js/
Upload File :
Current File : /var/www/cesa.co.za/cceadmin/js/ckeditor-patch.js

/**
 * Fallback: pages that load this file *after* ckeditor/ckeditor.js get the same default as
 * ckeditor/config.js. Primary fix for the 4.22+ "not secure" notice is config.versionCheck
 * in cceadmin/ckeditor/config.js.
 */
(function() {
    if (typeof CKEDITOR === "undefined" || !CKEDITOR.config) {
        return;
    }
    CKEDITOR.config.versionCheck = false;
})();