FIX
This commit is contained in:
parent
ab60ce3417
commit
171d23829c
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue