diff --git a/public/js/map.js b/public/js/map.js index d779cff..55786c1 100644 --- a/public/js/map.js +++ b/public/js/map.js @@ -179,7 +179,7 @@ function showInfo(id) if (!(id in points) || marker.options.description == undefined) { - marker.bindPopup("Загрузка...").openPopup(); + marker.bindPopup("

"+marker.options['title']+"

Загрузка...").openPopup(); $.ajax({ url: "/json/point/id/" + id, success: function (data) {