Fixing start url

This commit is contained in:
David Négrier 2020-06-04 16:03:24 +02:00
parent 619197dc43
commit f5fb6fcf80

View file

@ -9,7 +9,7 @@
<script src="bundle.js"></script> <script src="bundle.js"></script>
<script> <script>
function startGame() { function startGame() {
let playUrl = window.location.protocol + "//play."+window.location.host; let playUrl = window.location.protocol + "//play."+window.location.host+"/_/global/npeguin.github.io/office-map/map.json";
window.location.assign(playUrl); window.location.assign(playUrl);
} }
</script> </script>
@ -46,7 +46,7 @@
</div> </div>
<div class="row justify-content-md-center pt-5" style="margin-top: 65px;"> <div class="row justify-content-md-center pt-5" style="margin-top: 65px;">
<div class="col col-lg-3"> <div class="col col-lg-3">
<a class="custom-link play" target="_BLANK" href="https://workadventu.re/_/global/npeguin.github.io/office-map/map.json" title="PLAY ONLINE"> <a class="custom-link play" target="_BLANK" onclick="startGame()" title="PLAY ONLINE">
PLAY ONLINE PLAY ONLINE
</a> </a>
</div> </div>