master
Aevann1 2022-03-17 17:29:30 +02:00
parent f622ac866e
commit 2b09a060a2
1 changed files with 1 additions and 1 deletions

View File

@ -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>