FIX перемещение по истории
This commit is contained in:
parent
1d5d1ec807
commit
9435ebd29a
|
|
@ -146,7 +146,7 @@ window.addEventListener('popstate', function(e)
|
||||||
setStatus(statusMovingInHistory);
|
setStatus(statusMovingInHistory);
|
||||||
if (e.state.hasOwnProperty('pointId'))
|
if (e.state.hasOwnProperty('pointId'))
|
||||||
{
|
{
|
||||||
points[e.state.pointId].openPopup();
|
showInfo(e.state.pointId);
|
||||||
} else
|
} else
|
||||||
if (e.state.hasOwnProperty('zoom'))
|
if (e.state.hasOwnProperty('zoom'))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue