Compare commits

..

No commits in common. "0cc63ef936e6654c40644df8f45eb0de1cc1d0e1" and "e2493e1b7e4fca67e257e68e38a9d1e7dc667718" have entirely different histories.

View File

@ -200,9 +200,9 @@
document.getElementById('showSummaryButton').style.display = 'block'; document.getElementById('showSummaryButton').style.display = 'block';
} }
if (this.response.place) { if (this.response.newPlace) {
Game.panoId = this.response.place.panoId; Game.panoId = this.response.newPlace.panoId;
Game.pov = this.response.place.pov; Game.pov = this.response.newPlace.pov;
} else { } else {
Game.panoId = null; Game.panoId = null;
Game.pov = null; Game.pov = null;