// avoid error messages being displayed
function doNothing() {
	return true
}

window.onerror = doNothing