burg editor - MFCG preview

This commit is contained in:
Azgaar 2021-09-16 10:20:54 +03:00
parent d176e3188c
commit a9755dacc8
5 changed files with 78 additions and 58 deletions

View file

@ -318,7 +318,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 + "']");