product icon

How to Allow the Browser to Show JavaScript Errors

Articles related to customization are written for a technical audience who have experience in web development. Knowledge of HTML, CSS, and JavaScript are required.

You can learn from this article how to allow the browser to show JavaScript errors.

By default, you can show JavaScript and Instant Chat engine errors in a dialog box by pressing CTRL+ALT+L.

To show only engine errors only in your browser, use this code.

File to edit: LanguagesForChatOnlyMode.js

onerror = null
Article last updated: 27 September, 2022