Update app.js

pull/1327/head
Hilmar Strauch 2022-01-19 18:57:04 +01:00 committed by GitHub
parent 118742440d
commit e4c18eea20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ function showMenu() {
'': {
'title': 'Set Date',
'predraw': function() {
datemenu.Date.value = settings.day;
datemenu.Day.value = settings.day;
datemenu.Month.value = settings.month;
datemenu.Year.value = settings.year;
}
@ -64,4 +64,4 @@ function showMenu() {
return E.showMenu(datemenu);
}
showMenu();
showMenu();