remove unused autocomplete=off

This commit is contained in:
Rhiannon Morris 2020-08-12 18:05:39 +02:00
parent 5ad4e3dc30
commit c30cb303ae
1 changed files with 1 additions and 2 deletions

View File

@ -163,8 +163,7 @@ makeButtonBar title images =
altButton :: Int -> Image -> Size -> Builder
altButton i (Image {label, path, nsfw, warning}) (Size {width, height}) = [b|@4
<li$nsfwClass>
<input type=radio$checked id="$idLabel" name=variant
autocomplete=off value="$@path'"
<input type=radio$checked name=variant id="$idLabel" value="$@path'"
data-link="$@path"$warning'
data-width=$^width data-height=$^height>
<label for="$idLabel"$nsfwLabelClass>$*label</label>