Re-enable local country detection

This commit is contained in:
Pieter Vander Vennet 2020-09-26 01:11:17 +02:00
parent 223f6191cd
commit 48ca24261f
158 changed files with 1714 additions and 8 deletions

View file

@ -255,7 +255,7 @@ for (const layoutName in all) {
wikiPage += "\n\n"+generateWikiEntry(layout);
}
writeFile("wikiIndex", wikiPage, (err) => {
writeFile("./assets/generated/wikiIndex", wikiPage, (err) => {
if (err !== null) {
console.log("Could not save wikiindex", err);
}