idmillington / undum

A client-side framework for narrative hypertext interactive fiction.
https://idmillington.github.com/undum
MIT License
336 stars 80 forks source link

Use https jquery so JS works on https github pages #58

Closed dfabulich closed 5 years ago

dfabulich commented 5 years ago

https://idmillington.github.io/undum/ refuses to run its jquery script, because it's loading non-https jquery. Using https jquery will fix the https version of the website, allowing the content to resize itself to fit the screen.

idmillington commented 5 years ago

Thanks, Dan.