D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
cwd
/
wp-content
/
plugins
/
ad-inserter
/
includes
/
js
/
Filename :
ai-errors-head.js
back
Copy
ai_js_errors = []; window.onerror = function (errorMsg, url, lineNumber) { ai_js_errors.push ([errorMsg, url, lineNumber]); };