Fixe url admin

This commit is contained in:
Gregoire Parant 2020-12-15 08:30:02 +01:00
parent f8c3a10930
commit 794c13c8d5

View file

@ -63,7 +63,8 @@
window.open(playUrl, '_blank');
}
function startConsole() {
let playUrl = window.location.protocol + "//admin."+window.location.host;
//let playUrl = window.location.protocol + "//admin."+window.location.host;
let playUrl = 'https://admin.workadventu.re';
window.open(playUrl, '_blank');
}
function shareFB() {