micjohnson
Programmer
Is there a way, so that we can hide or prevent the javascript script error that comes at the left hand side bottom of the status bar?
Appreciate ur help.
micJ
Appreciate ur help.
micJ
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script>
window.onerror = catchMe;
function catchMe()
{
//do nothing
}
</script>