diff --git a/html/weather.ejs b/html/weather.ejs index 6d1d103a..f5a85e79 100644 --- a/html/weather.ejs +++ b/html/weather.ejs @@ -60,13 +60,14 @@ .suggest button:last-child{border-bottom:0} .hidden{display:none} @media (min-width:780px){.current{grid-column:span 7}.panel{grid-column:span 5}} - - /* SSR (no-JS) block */ - .ssr{display:none} - .no-js .ssr{display:block} - .no-js main{display:none} + -<% /* Add a no-JS class if you detect on server (e.g., via UA or query). Default leaves it blank. */ %> +