Default to showing all layers on status page

This commit is contained in:
Eli Ribble 2026-02-17 21:40:04 +00:00
parent 09783ee1a0
commit 8bf0e24bcd
No known key found for this signature in database

View file

@ -207,6 +207,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
type="checkbox"
id="checkboxNuisance"
data-color="danger"
checked
/>
<label class="form-check-label" for="checkboxNuisance"
>Mosquito Nuisance</label
@ -219,6 +220,7 @@ document.addEventListener('DOMContentLoaded', onLoad);
type="checkbox"
id="checkboxWater"
data-color="success"
checked
/>
<label class="form-check-label" for="checkboxWater"
>Standing Water</label