mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.34
This commit is contained in:
parent
bfd84dbcc4
commit
f3941bfdc4
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -288,7 +288,7 @@ function findBurgForMFCG(params) {
|
||||||
b[p[0]] = p[1];
|
b[p[0]] = p[1];
|
||||||
}
|
}
|
||||||
b.MFCGlink = document.referrer; // set direct link to MFCG
|
b.MFCGlink = document.referrer; // set direct link to MFCG
|
||||||
b.name = params.get("name");
|
b.name = params.get("name") || referrer.searchParams.get("name");
|
||||||
|
|
||||||
const label = burgLabels.select("[data-id='" + burgId + "']");
|
const label = burgLabels.select("[data-id='" + burgId + "']");
|
||||||
if (label.size()) {
|
if (label.size()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue