mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-25 08:44:33 +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="col">
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input class="form-check-input storeable-checkbox" type="checkbox" id="tableShowWorkedCheckbox"
|
<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>
|
<label class="form-check-label" for="tableShowWorkedCheckbox">Worked?</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user