File "ai-errors-head.js"
Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/ad-inserter/includes/js/ai-errors-head.js
File
size: 133 B (133 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
ai_js_errors = [];
window.onerror = function (errorMsg, url, lineNumber) {
ai_js_errors.push ([errorMsg, url, lineNumber]);
};