move map -> main.json
This commit is contained in:
parent
349533c77d
commit
137811aa5e
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
if (path.endsWith('index.html')) {
|
if (path.endsWith('index.html')) {
|
||||||
path = path.substr(path, path.length - 'index.html'.length);
|
path = path.substr(path, path.length - 'index.html'.length);
|
||||||
}
|
}
|
||||||
var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'map.json';
|
var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'main.json';
|
||||||
document.getElementById('mapLink').href = url;
|
document.getElementById('mapLink').href = url;
|
||||||
document.getElementById('mapLink').innerText = url;
|
document.getElementById('mapLink').innerText = url;
|
||||||
};
|
};
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"export":
|
"export":
|
||||||
{
|
{
|
||||||
"format":"json",
|
"format":"json",
|
||||||
"target":"map.json"
|
"target":"main.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"height":35,
|
"height":35,
|
||||||
|
@ -1319,4 +1319,4 @@
|
||||||
"type":"map",
|
"type":"map",
|
||||||
"version":1.4,
|
"version":1.4,
|
||||||
"width":29
|
"width":29
|
||||||
}
|
}
|
Loading…
Reference in a new issue