1
0
Fork 0

Update settings.js

master
Giles Booth 2022-08-22 19:28:36 +01:00 committed by GitHub
parent ef921a87f4
commit 2ec35dde04
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;