forked from MarseyWorld/MarseyWorld
dfs
parent
f622ac866e
commit
2b09a060a2
|
@ -189,7 +189,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="custom-control custom-checkbox">
|
<div class="custom-control custom-checkbox">
|
||||||
<input autocomplete="off" type="checkbox" class="custom-control-input" id="ghost" name="ghost">
|
<input onchange='draft(this);' autocomplete="off" type="checkbox" class="custom-control-input" id="ghost" name="ghost">
|
||||||
<label class="custom-control-label" for="ghost">Ghost Thread</label>
|
<label class="custom-control-label" for="ghost">Ghost Thread</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue