From c1aab761d7b0543f165c2f11fd643c8b197b20f7 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Thu, 21 May 2015 00:21:59 +0300 Subject: [PATCH] =?UTF-8?q?MOD=20-=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B8=20=D0=B7=D0=B0=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=B7=D0=BA=D0=B5=20=D1=82=D0=BE=D1=87=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {