summaryrefslogtreecommitdiff
path: root/elm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-09-26 09:22:11 +0200
committerYorhel <git@yorhel.nl>2021-09-26 09:22:11 +0200
commitcee8da8d20540393c1a4e9c92c08ddc288244afd (patch)
treef20cd046d02881c1ac97913e540c4cf720c3058e /elm
parente0db70fd64a0524eaba01666e59a0febd0cd9ee5 (diff)
Cache VN length + add to browser UI + reduce max length a bit
Diffstat (limited to 'elm')
-rw-r--r--elm/VNLengthVote.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/VNLengthVote.elm b/elm/VNLengthVote.elm
index 16fd3ff3..6aa0cf19 100644
--- a/elm/VNLengthVote.elm
+++ b/elm/VNLengthVote.elm
@@ -137,7 +137,7 @@ view model = div [class "lengthvotefrm"] <|
, text "- Exact measurements preferred, but rough estimates are accepted too."
, br [] []
, text "Play time: "
- , inputNumber "vnlengthhours" model.hours Hours [ Html.Attributes.min "0", Html.Attributes.max "500" ]
+ , inputNumber "vnlengthhours" model.hours Hours [ Html.Attributes.min "0", Html.Attributes.max "435" ]
, text " hours "
, inputNumber "" model.minutes Minutes [ Html.Attributes.min "0", Html.Attributes.max "59" ]
, text " minutes"