MOD - сообщение при загрузке точки

This commit is contained in:
Krivchikov Dmitry 2015-05-21 00:21:59 +03:00
parent 8a81e3eca4
commit c1aab761d7
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ function showInfo(id)
if (!(id in points) || marker.options.description == undefined)
{
marker.bindPopup("Загрузка...").openPopup();
marker.bindPopup("<h3>"+marker.options['title']+"</h3><img src='/img/loading.gif' style='height: 16px;' /> Загрузка...").openPopup();
$.ajax({
url: "/json/point/id/" + id,
success: function (data) {