FIX перемещение по истории

This commit is contained in:
Krivchikov Dmitry 2015-08-13 11:06:04 +03:00
parent 1d5d1ec807
commit 9435ebd29a
1 changed files with 1 additions and 1 deletions

View File

@ -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'))
{ {