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,8 +121,8 @@
|
|||
<div class="row mb-3">
|
||||
<label for="os-type" class="col-sm-2 col-form-label">OS type:</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="form-select" name="os-type" id="os-type">
|
||||
<option value="desktop"selected>Desktop</option>
|
||||
<select class="form-select" name="os-type" id="os-type" autocomplete="off">
|
||||
<option value="desktop" selected>Desktop</option>
|
||||
<option value="mobile">Mobile</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue