We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The table should have a quick visual way to see what days and resorts are going to have snowfall.
probably can do this with modern css
The text was updated successfully, but these errors were encountered:
document.querySelectorAll("td:not(:first-child)").forEach(function(element) { if(element.innerText != "0”") { element.classList.add("dump"); } })
Some javascript isn't bad, as long as it works across browsers.
Sorry, something went wrong.
Removed as added metric and imperial conversion.
No branches or pull requests
The table should have a quick visual way to see what days and resorts are going to have snowfall.
probably can do this with modern css
The text was updated successfully, but these errors were encountered: