Y
Hacker News
new
|
ask
|
show
|
jobs
by
cxam
3999 days ago
The issue is that your jQuery library is loaded over http and fails since it's a different protocol from the main site. More info regarding this here:
https://developer.mozilla.org/en-US/docs/Security/MixedConte...
To fix, simply change
http://cdnjs
to
//cdnjs
to make your request protocol independent.
1 comments
mkagenius
3999 days ago
Thanks. Pushed it. It may take 5 minuted for cdn cache to reflect.
link
jpmoral
3998 days ago
It's working now. Fun game!
link