This commit is contained in:
Krivchikov Dmitry 2014-12-15 11:47:24 +03:00
parent ab60ce3417
commit 171d23829c
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@
<?php if ($user): ?> <?php if ($user): ?>
<button class="btn btn-default" onclick="saveRoute()"><span class="glyphicon glyphicon-cloud-upload" title="Сохранить"></span></button> <button class="btn btn-default" onclick="saveRoute()"><span class="glyphicon glyphicon-cloud-upload" title="Сохранить"></span></button>
<?php endif; ?> <?php endif; ?>
<br/>
</div> </div>
<?php if ($user): ?> <?php if ($user): ?>
<div id="boxFavorites"> <div id="boxFavorites">

View File

@ -236,7 +236,7 @@ function showInfo(id)
history.pushState({pointId: id}, document.title, "/?point=" + id); history.pushState({pointId: id}, document.title, "/?point=" + id);
document.title = points[id].options.title; document.title = points[id].options.title;
marker.openPopup(); // marker.openPopup();
} }
} }