Compare commits
2 Commits
fc9eb183f1
...
71681f1e55
Author | SHA1 | Date | |
---|---|---|---|
71681f1e55 | |||
1cf0ab44fd |
@ -107,8 +107,8 @@
|
|||||||
Game.panoId = data.place.panoId;
|
Game.panoId = data.place.panoId;
|
||||||
Game.pov = data.place.pov;
|
Game.pov = data.place.pov;
|
||||||
|
|
||||||
|
document.getElementById('multi').style.visibility = 'hidden';
|
||||||
document.getElementById('panoCover').style.visibility = 'hidden';
|
document.getElementById('panoCover').style.visibility = 'hidden';
|
||||||
MapGuesser.hideModal();
|
|
||||||
|
|
||||||
Game.startNewRound();
|
Game.startNewRound();
|
||||||
}
|
}
|
||||||
@ -153,7 +153,7 @@
|
|||||||
Game.panoId = data.place.panoId;
|
Game.panoId = data.place.panoId;
|
||||||
Game.pov = data.place.pov;
|
Game.pov = data.place.pov;
|
||||||
|
|
||||||
MapGuesser.hideModal();
|
document.getElementById('multi').style.visibility = 'hidden';
|
||||||
Game.resetRound();
|
Game.resetRound();
|
||||||
Game.startNewRound();
|
Game.startNewRound();
|
||||||
}
|
}
|
||||||
@ -188,7 +188,7 @@
|
|||||||
Game.multi.token = this.response.token;
|
Game.multi.token = this.response.token;
|
||||||
Game.multi.owner = this.response.owner;
|
Game.multi.owner = this.response.owner;
|
||||||
|
|
||||||
MapGuesser.showModal('multi');
|
document.getElementById('multi').style.visibility = 'visible';
|
||||||
if (Game.multi.owner) {
|
if (Game.multi.owner) {
|
||||||
document.getElementById('startMultiGameButton').style.display = 'block';
|
document.getElementById('startMultiGameButton').style.display = 'block';
|
||||||
}
|
}
|
||||||
@ -721,7 +721,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
MapGuesser.hideModal();
|
document.getElementById('multi').style.visibility = 'hidden';
|
||||||
document.getElementById('loading').style.visibility = 'visible';
|
document.getElementById('loading').style.visibility = 'visible';
|
||||||
|
|
||||||
MapGuesser.httpRequest('POST', '/multiGame/' + roomId + '/initialData.json', function () {
|
MapGuesser.httpRequest('POST', '/multiGame/' + roomId + '/initialData.json', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user