blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

zoom-vanilla version info not found #63

Closed blonkm closed 4 years ago

blonkm commented 4 years ago

Solution: use the npm version of the javascript So instead of https://cdn.jsdelivr.net/dist/zoom-vanilla.min.js use https://cdn.jsdelivr.net/npm/zoom-vanilla.js@2.0.6/dist/zoom-vanilla.min.js

blonkm commented 4 years ago

aargh accidentally closed the wrong issue

blonkm commented 4 years ago

DevTools failed to load SourceMap: Could not load content for https://cdn.jsdelivr.net/dist/zoom-vanilla.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

blonkm commented 4 years ago

so changing the url and adding a version didn't work. Let's try to download and serve zoom-vanilla from a local folder.