TotomInc / totominc.github.io

Old repo for my old learning projects (mostly incremental-games).
74 stars 48 forks source link

reference https resources so Chrome will load them (eg., jQuery) #36

Closed minnmass closed 8 years ago

minnmass commented 8 years ago

Chrome is throwing Mixed Content errors instead of loading some resources - notably, jQuery - over http when the page itself is loaded over https.

These changes should fix that by loading those resources over https.

TotomInc commented 8 years ago

Thanks for your contribution.