Merge pull request #891 from thecodingmachine/HotFixForm

Hot fix form
This commit is contained in:
grégoire parant
2021-04-14 20:10:31 +02:00
committed by GitHub
+3 -1
View File
@@ -319,7 +319,9 @@ export class MenuScene extends Phaser.Scene {
}
private gotToCreateMapPage() {
const sparkHost = 'https://'+window.location.host.replace('play.', '')+'/choose-map.html';
//const sparkHost = 'https://'+window.location.host.replace('play.', '')+'/choose-map.html';
//TODO fix me: this button can to send us on WorkAdventure BO.
const sparkHost = 'https://workadventu.re/getting-started';
window.open(sparkHost, '_blank');
}