MOD - сообщение при загрузке точки
This commit is contained in:
parent
8a81e3eca4
commit
c1aab761d7
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue