1
0
Fork 0

Update settings.js

master
Giles Booth 2022-08-22 20:38:38 +01:00 committed by GitHub
parent 2ec35dde04
commit 233eeaf9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"" : { "title" : "Seaside Watch" },
"< Back" : () => back(),
'Tide type': {
// value: "high"|settings.nextTideType, // !! converts undefined to false
value: "high"|settings.nextTideType, // !! converts undefined to false
format: v => v?"high":"low ",
onchange: v => {
settings.nextTideType = v;