From 3b646b30b09293836fb596403129f28b5c9bc88e Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Wed, 21 Jun 2023 17:51:40 +0700 Subject: [PATCH] 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. --- web/_js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_js/config.js b/web/_js/config.js index 21d3a530..2a510f63 100644 --- a/web/_js/config.js +++ b/web/_js/config.js @@ -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