// jkl-noerror.js

window.onerror = function () {
	return true;
}
