function ignoreJSErrors() {
 return true;
}
window.onerror = ignoreJSErrors;