mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-14 00:04:28 +01:00
Prefer numerical IDs
Want to change the existing ones, but I will hold it for now. Note that everything worked as is, without doing the mentioned change, so I'd rather wait until we got some new entries.
This commit is contained in:
parent
e10c540154
commit
3b646b30b0
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ window.defaultVariation = defaultVariation
|
|||
let defaultPeriod = variationsConfig[defaultVariation].default
|
||||
window.defaultPeriod = defaultPeriod
|
||||
|
||||
const useNumericalId = false
|
||||
const useNumericalId = true
|
||||
window.useNumericalId = useNumericalId
|
||||
|
||||
console.info(`%cThe 2022 r/place Atlas
|
||||
|
|
Loading…
Reference in a new issue