burg editor - MFCG preview

This commit is contained in:
Dranorter 2021-10-06 17:10:06 -04:00
parent d02c7804ec
commit a68db0f171
5 changed files with 75 additions and 49 deletions

View file

@ -320,7 +320,6 @@ function findBurgForMFCG(params) {
else if (p[0] === "shantytown") b.shanty = +p[1];
else b[p[0]] = +p[1]; // other parameters
}
b.MFCGlink = document.referrer; // set direct link to MFCG
if (params.get("name") && params.get("name") != "null") b.name = params.get("name");
const label = burgLabels.select("[data-id='" + burgId + "']");