I have a user that had a custom web application built for them a long time ago that uses the JS API. Over the past couple of years, it has slowly stopped working in every web browser, except Internet Explorer (which is soon to go away). The last version of the API that it worked on in more than IE was 3.10. Updating to 3.40 gets the same error(s), but still works in IE.
The error from the console in Chrome is:
Uncaught ReferenceError: normal is not defined
at eval (eval at a (main.js:2:352), <anonymous>:1:1)
at a (main.js:2:352)
at loaded (load-css.js:236:7)
at cbOnce (load-css.js:198:6)
at ssWatcher (load-css.js:178:6)
at load-css.js:181:31
Any suggestions would be welcomed.