mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
Worked checkboxes in spots table should be hidden by default
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<div class="col">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowWorkedCheckbox"
|
||||
value="tableShowWorkedCheckbox" oninput="columnsUpdated();" checked>
|
||||
value="tableShowWorkedCheckbox" oninput="columnsUpdated();">
|
||||
<label class="form-check-label" for="tableShowWorkedCheckbox">Worked?</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user