-
• #2
I'm seeing the same issue. It looks to me like
marked.min.js
isn't always loaded by the time thatindex.js
tries to use it.https://espruino.github.io/BangleApps/ seems to be working a bit better.
-
• #3
Thanks - I'd seen this once on my system as well and assumed it was just the devtools.
But looking at it, I'm pretty sure it's the JS file ordering. The CDN was slow enough that the web browser could load
index.js
, run it, requestapps.json
and then parse that beforemarked.min.js
got loaded.I've now fixed it and updated - so please let me know if you see it again.
Today i've tried to install some apps from https://banglejs.com/apps/ but 7 out of 10 the page doesn't load properly.
I always get javascript errors and can do nothing on this page. Tested with chrome and normal + incognito window with no extensions.
See attached file.
1 Attachment