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 :: Int -> Image -> Size -> Builder
|
||||||
altButton i (Image {label, path, nsfw, warning}) (Size {width, height}) = [b|@4
|
altButton i (Image {label, path, nsfw, warning}) (Size {width, height}) = [b|@4
|
||||||
<li$nsfwClass>
|
<li$nsfwClass>
|
||||||
<input type=radio$checked id="$idLabel" name=variant
|
<input type=radio$checked name=variant id="$idLabel" value="$@path'"
|
||||||
autocomplete=off value="$@path'"
|
|
||||||
data-link="$@path"$warning'
|
data-link="$@path"$warning'
|
||||||
data-width=$^width data-height=$^height>
|
data-width=$^width data-height=$^height>
|
||||||
<label for="$idLabel"$nsfwLabelClass>$*label</label>
|
<label for="$idLabel"$nsfwLabelClass>$*label</label>
|
||||||
|
|
Loading…
Reference in a new issue