Default to showing all layers on status page
This commit is contained in:
parent
09783ee1a0
commit
8bf0e24bcd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue