forked from MapComplete/MapComplete
Fix: replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org'
This commit is contained in:
parent
301f00f6ae
commit
7321004c19
345 changed files with 10185 additions and 10250 deletions
|
@ -36,7 +36,7 @@ export default class GenerateReviewsAnalysis extends Script {
|
|||
client.searchParams.get("layout") ??
|
||||
client.searchParams.get("userlayout")
|
||||
}
|
||||
theme = "https://mapcomplete.osm.be/" + theme
|
||||
theme = "https://mapcomplete.org/" + theme
|
||||
themeHist[theme] = (themeHist[theme] ?? 0) + 1
|
||||
|
||||
const language = client.searchParams.get("language")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue