I have an app I've written in js (it uses moment.js which has non latin characters).
Serving it on my local machine using SimpleHTTPServer, the build file runs (the browser can't access the api because of CORS), but when I put the same file on pythonanywhere it doesn't run.
The same problem with github pages.
- There are no errors in the console
- the javascript file appears in source
Am I doing something really stupid not having the js run when served offsite, or does this have to do with UTF-8, or something else?
garthbeetle.pythonanywhere.com/ojclient/ is the site
please help!
and thanks in advance.