just quickly fix #15

pull/54/head
Gordon Williams 2019-11-20 08:19:56 +00:00
parent f561c1d9b7
commit f04f6f62aa
1 changed files with 2 additions and 2 deletions

View File

@ -281,8 +281,8 @@ function showSetTimeMenu() {
},
'Year': {
value: d.getFullYear(),
min: d.getFullYear() - 10,
max: d.getFullYear() + 10,
min: 2019,
max: 2100,
step: 1,
onchange: v => {
d = new Date();