Compare commits
2 Commits
e2493e1b7e
...
0cc63ef936
Author | SHA1 | Date | |
---|---|---|---|
0cc63ef936 | |||
10d239bfb4 |
@ -200,9 +200,9 @@
|
|||||||
document.getElementById('showSummaryButton').style.display = 'block';
|
document.getElementById('showSummaryButton').style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.response.newPlace) {
|
if (this.response.place) {
|
||||||
Game.panoId = this.response.newPlace.panoId;
|
Game.panoId = this.response.place.panoId;
|
||||||
Game.pov = this.response.newPlace.pov;
|
Game.pov = this.response.place.pov;
|
||||||
} else {
|
} else {
|
||||||
Game.panoId = null;
|
Game.panoId = null;
|
||||||
Game.pov = null;
|
Game.pov = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user