remove unused autocomplete=off
This commit is contained in:
parent
5ad4e3dc30
commit
c30cb303ae
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue