FIX
This commit is contained in:
parent
ab60ce3417
commit
171d23829c
|
|
@ -63,6 +63,7 @@
|
|||
<?php if ($user): ?>
|
||||
<button class="btn btn-default" onclick="saveRoute()"><span class="glyphicon glyphicon-cloud-upload" title="Сохранить"></span></button>
|
||||
<?php endif; ?>
|
||||
<br/>
|
||||
</div>
|
||||
<?php if ($user): ?>
|
||||
<div id="boxFavorites">
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ function showInfo(id)
|
|||
|
||||
history.pushState({pointId: id}, document.title, "/?point=" + id);
|
||||
document.title = points[id].options.title;
|
||||
marker.openPopup();
|
||||
// marker.openPopup();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue