21st Jan, 2008

Suppressing JS Errors in Production

<script type="text/javascript" language="javascript">
window.onerror = function () {
//insert your error handling here
return true;
}
</script>

Neat!

Comments are closed.

Categories