Hacker News new | ask | show | jobs
by robocat 2478 days ago
Perhaps add a <noscript> tag to your calculator - otherwise it is just a blank page with JavaScript disabled!
1 comments

There is actually a <noscript> element, but it isn't showing because the CSS opacity of the <body> element is set to 0. That's a fairly recent change which inadvertently broke the <noscript> text. We'll need to look into what we can do to fix it.