mirror of https://github.com/CIRCL/lookyloo
fix: do not keep the selected os-type on page reload (Firefox bug only)
parent
9653fc2cc7
commit
3189be01dc
|
@ -121,7 +121,7 @@
|
||||||
<div class="row mb-3">
|
<div class="row mb-3">
|
||||||
<label for="os-type" class="col-sm-2 col-form-label">OS type:</label>
|
<label for="os-type" class="col-sm-2 col-form-label">OS type:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<select class="form-select" name="os-type" id="os-type">
|
<select class="form-select" name="os-type" id="os-type" autocomplete="off">
|
||||||
<option value="desktop" selected>Desktop</option>
|
<option value="desktop" selected>Desktop</option>
|
||||||
<option value="mobile">Mobile</option>
|
<option value="mobile">Mobile</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Reference in New Issue