Update index.html
This commit is contained in:
parent
0f45bce481
commit
4579be1048
|
@ -21,7 +21,7 @@
|
|||
<span class="hint--top hint--bounce"
|
||||
data-hint="Replace the filename with random characters. The file extension is retained">
|
||||
<label><input {% if forcerandom %} disabled {% endif %} name="randomize" id="randomize" type="checkbox"
|
||||
{% if default_randomized && !(forcerandom) %} checked {% endif %} /> Randomize filename</label>
|
||||
{% if default_randomized or not forcerandom %} checked {% endif %} /> Randomize filename</label>
|
||||
</span>
|
||||
|
||||
<div id="expiry">
|
||||
|
|
Loading…
Reference in New Issue