Skip to content

Commit

Permalink
Correct the id of the f_I input field
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed Jul 6, 2024
1 parent 8b62a4e commit da96b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leios-sim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<div class="col-md-3">
<label for="input_f_I" class="form-label">$$f_I$$</label>
<input type="number" min="1" max="5" class="form-control" id="input_F_I">
<input type="number" min="1" max="5" class="form-control" id="input_f_I">
</div>

<div class="col-md-3">
Expand Down

0 comments on commit da96b54

Please sign in to comment.