refactor color usage
This commit is contained in:
parent
fda2214aea
commit
192e59d9f8
7 changed files with 409 additions and 377 deletions
|
@ -6,7 +6,7 @@ let geolocationPermission = false;
|
|||
let geolocation = null;
|
||||
const openStations = new Set();
|
||||
let sortByDistance = false;
|
||||
const version = '0.5.1'
|
||||
const version = '0.5.2'
|
||||
const minorVersion = version.split('.').splice(0, 2).join('.');
|
||||
const numberFormat = new Intl.NumberFormat('de-DE', {
|
||||
maximumFractionDigits: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue