Does anyone know if could be possible to comment the messages javascript that appear in a console firefox? i mean if i wanted for example hide this error messages, there is an way to hide it?
Asked
Active
Viewed 54 times
1
-
1There are few ways to hide those nasty messages. The best is by fixing actual error in code. – dfsq Jun 27 '17 at 08:01
1 Answers
0
Just turn off the JS button (Log Javascript Exception) on the ribbon on top of the Developer Toolbar.
These errors are just for development purposes and make the users and developers aware of what's wrong with what.

Omid Reza Abbasi
- 60
- 8
-
ok...they ask me self to hide this type of error when we try to open app...but in the meanwhile that has to be resolved.. doesn't exist a brutal method for hide this error on the console notwithstanding have console(js) opened? – alb084 Jun 27 '17 at 12:11
-
You can use _onerror_ event: https://stackoverflow.com/questions/7120290/how-to-suppress-all-javascript-runtime-errors – Omid Reza Abbasi Jun 28 '17 at 02:05