Details
Description
In the _Dom.js we eval javascripts however if there is a javascript error we have a different way of displaying the error. There always is a console error put out, however the error alert is not displayed unless there is no console.
The rest of the system always displays an alert in development mode with a myfaces override to other logging systems.
We should do the same here.