File "ai-errors.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/js/ai-errors.js
File
size: 402 B (402 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
ai_document_write = document.write;
document.write = function (content) {
if (document.readyState == 'interactive') {
console.error ('document.write called after page load: ', content);
if (typeof ai_js_errors != 'undefined') {
ai_js_errors.push (['document.write called after page load', content, 0]);
}
return;
}
ai_document_write.call (document, content);
};