alter index references to rc3
This commit is contained in:
parent
0b092d6793
commit
349533c77d
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
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.workadventu.re/_/global/'+window.location.host+path+'map.json';
|
var url = 'https://play.wa-test.rc3.cccv.de/_/global/'+window.location.host+path+'map.json';
|
||||||
document.getElementById('mapLink').href = url;
|
document.getElementById('mapLink').href = url;
|
||||||
document.getElementById('mapLink').innerText = url;
|
document.getElementById('mapLink').innerText = url;
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
This website contains a map for <a href="https://workadventu.re">Workadventu.re</a>.
|
This website contains a map for <a href="https://howto.rc3.world/">rc3</a>.
|
||||||
<br/>
|
<br/>
|
||||||
You can access this map at <a id="mapLink" href=""></a>
|
You can access this map at <a id="mapLink" href=""></a>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue