You may often find sites with Java Script errors in it.
With this portion of code, you can get rid of Java Script errors on your site.
I suggest using this error handler wisely ^^
Code:
With this portion of code, you can get rid of Java Script errors on your site.
I suggest using this error handler wisely ^^
Code:
<script type="text/javascript"> //Stop Error : No Time For joke! Anti JS error //START :: Error Handler ModalPopUpDialog function errorHandler(msg, file, line) { return true; } window.onerror=errorHandler; //END </script>