فهرست منبع

Se corrige error javascript que tiraba por acceder a elementos que no existían.

Maxi Schvindt 7 سال پیش
والد
کامیت
9babeeb4db
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Resources/views/Leaflet/map.html.twig

+ 1 - 1
Resources/views/Leaflet/map.html.twig

@@ -44,7 +44,7 @@
                     setting: "location"
                 }
             }).done(function (data) {
-                if (data.result) {
+                if (data.result && data.config != null) {
                     _MAP_LATITUDE = data.config.latitude;
                     _MAP_LONGITUDE = data.config.longitude;
                     if (drawMapNow) {