14,953
edits
| Line 4: | Line 4: | ||
== Steps to troubleshooting == | == Steps to troubleshooting == | ||
* Checking the typo or "ensure that there are no compile-time errors"<ref>[https://stackoverflow.com/help/mcve How to create a Minimal, Complete, and Verifiable example - Help Center - Stack Overflow]</ref> by using [https://www.jslint.com/ JSLint] [[Javascript debug#tools | tools]]. | * Checking the typo or "ensure that there are no compile-time errors"<ref>[https://stackoverflow.com/help/mcve How to create a Minimal, Complete, and Verifiable example - Help Center - Stack Overflow]</ref> by using [https://www.jslint.com/ JSLint] [[Javascript debug#tools | tools]]. | ||
* Verify the format of JSON file if the file was used by javascript by using [https://jsonlint.com/ JSONLint - The JSON Validator] tools. | |||
* Disable the browser extension e.g. switch to '''incognito window''' on {{Chrome}} | * Disable the browser extension e.g. switch to '''incognito window''' on {{Chrome}} | ||
* Clear or disable the browser cache | * Clear or disable the browser cache | ||