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