Add the following part in a JavaScript block:
function silentErrorHandler() { return true; } window.onerror = silentErrorHandler;
_text_