mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Fix nested list of checkbox
This commit is contained in:
parent
a3f2f63c3b
commit
56cbc4f0c7
@ -609,8 +609,9 @@ draft: false
|
|||||||
<li>
|
<li>
|
||||||
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_fluo" value="2" name="datatype">
|
<input type="checkbox" onchange="nestedCheckbox_change(event)" id="cb_fluo" value="2" name="datatype">
|
||||||
<label for="fluo">Fluorescence</label>
|
<label for="fluo">Fluorescence</label>
|
||||||
</ul>
|
|
||||||
</li>
|
</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset id="excitationFilter">
|
<fieldset id="excitationFilter">
|
||||||
<legend>Filters</legend>
|
<legend>Filters</legend>
|
||||||
|
Loading…
Reference in New Issue
Block a user