https://www.openscad.org links don't work
None of the links on the left hand side of the opendscad website actually work.
I didn't realise that there were dev snapshots at the bottom of the page because clicking the link doesn't do anything.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
https://www.openscad.org/ works for me. In what way doesn't that work for you?
Sorry, was editing my post when you replied.. ^^^
Chrome is blocking mixed content, so javascript is failing, page load isn't complete.
Mixed Content: The page at 'https://www.openscad.org/downloads.html' was loaded over HTTPS, but requested an insecure script 'http://api.flattr.com/js/0.6/load.js?mode=auto&button=compact'. This request has been blocked; the content must be served over HTTPS.
(anonymous) @ header.js:7
(anonymous) @ header.js:8
downloads.html:1 Mixed Content: The page at 'https://www.openscad.org/downloads.html' was loaded over HTTPS, but requested an insecure script 'http://coinwidget.com/widget/coin.js'. This request has been blocked; the content must be served over HTTPS.
downloads.html:88 Uncaught ReferenceError: CoinWidgetCom is not defined
at downloads.html:88
(anonymous) @ downloads.html:88
Probably broken HTML. See here for the actual html: https://github.com/openscad/openscad.github.com/blob/master/downloads.html
It appears to only be affecting Google Chrome (Version 72.0.3626.109 (Official Build) (64-bit)) - Safari and Firefox work fine.
For what its worth the URL fragments (href="#blah") on openscad.org have never worked for me in chrome. I suspect it may be due to malformed HTML tripping up the browser somehow.
There's 14 errors on the downloads page for example: https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Fwww.openscad.org%2Fdownloads.html
Hold on to your hats, I'll try moving the issue to the openscad.github.com repo...
This was fixed by removing some broken JQuery calls.