Update app.js

pull/1100/head
nujw 2021-11-01 09:24:24 +13:00 committed by GitHub
parent ce104eb0c8
commit d009bddf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -476,7 +476,7 @@ if ( emulator ) {
unit:cfg.spd_unit,
sats:sats,
age:age,
max:'',
max:'SPD',
wp:''
});
}
@ -498,7 +498,7 @@ if ( emulator ) {
unit:cfg.alt_unit,
sats:sats,
age:age,
max:'',
max:'ALT',
wp:''
});
}
@ -510,7 +510,7 @@ if ( emulator ) {
unit:cfg.dist_unit,
sats:sats,
age:age,
max:'',
max:'DST',
wp:wpName
});
}