Compare commits
No commits in common. "0cc63ef936e6654c40644df8f45eb0de1cc1d0e1" and "e2493e1b7e4fca67e257e68e38a9d1e7dc667718" have entirely different histories.
0cc63ef936
...
e2493e1b7e
@ -200,9 +200,9 @@
|
||||
document.getElementById('showSummaryButton').style.display = 'block';
|
||||
}
|
||||
|
||||
if (this.response.place) {
|
||||
Game.panoId = this.response.place.panoId;
|
||||
Game.pov = this.response.place.pov;
|
||||
if (this.response.newPlace) {
|
||||
Game.panoId = this.response.newPlace.panoId;
|
||||
Game.pov = this.response.newPlace.pov;
|
||||
} else {
|
||||
Game.panoId = null;
|
||||
Game.pov = null;
|
||||
|
Loading…
Reference in New Issue
Block a user