Initial changes for kraut.world

This commit is contained in:
Ludwig Behm 2021-01-02 23:41:35 +01:00
parent 284846e8a5
commit 1c6ec27bca
3 changed files with 35 additions and 17 deletions

View file

@ -59,7 +59,7 @@
window.open(playUrl, '_blank');
}
function startGame() {
let playUrl = window.location.protocol + "//play."+window.location.host+'/_/global/npeguin.github.io/office-map/map.json';
let playUrl = window.location.protocol + "//play."+window.location.host+'/_/global/raw.githubusercontent.com/HackspaceJena/krautspace-rc3-map/main/main.json';
window.open(playUrl, '_blank');
}
function shareFB() {