Fix for error while loading page message
|
|
There is a new error message out. THis reloads the page for you. if (/Error while loading page/.test(document.body.innerHTML)) window.location.reload(); Place it on top of your script where all the other page errors are. |