Suppress "Done, but with errors on page" in IE
- by calebthorne
I have a website using lots of jQuery and JavaScript that produces a "Done, but with errors on page" message in the footer of IE. Everything on the site works perfectly, so I don't want to spend the time troubleshooting the exact error. All I would like to do is suppress the "Done, but with errors on page" message so that clients don't freak out.
I tried the following at the top of the page with no success:
window.onerror = function() {return true;}