Skip to content

Commit

Permalink
fixed html form warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Oct 2, 2024
1 parent 3561dc7 commit 92efa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ <h5 class="offcanvas-title" id="offcanvasExampleLabel">Settings</h5>
</div>
<div class="offcanvas-body pt-1">
<!-- Offcanvas -->
<form id="settingsForm" class="fs-6">
<fieldset class="border border-secondary rounded m-2 mt-0 mb-0 p-2">
<legend style="font-size: large;font-weight:bold">Detections</legend>
<div>
Expand Down Expand Up @@ -1098,7 +1099,6 @@ <h5 class="modal-title" id="locationModalLabel">Set Location</h5>
<div id="complete" class="col-2 pe-2" style="display:none">
</div>
<div class="col pe-1">
<form id="settingsForm" class="fs-6">

<div class="btn-group float-end" id="filter-panel">
<span style="max-width: 70px" title="Nocmig mode on" id="nocmigMode"
Expand Down

0 comments on commit 92efa42

Please sign in to comment.