Procházet zdrojové kódy

Fix google maps plugin error in addMarker function - Refs BT#11371

José Loguercio před 8 roky
rodič
revize
f3a7ccebf6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      plugin/google_maps/view/map_coordinates.tpl

+ 1 - 1
plugin/google_maps/view/map_coordinates.tpl

@@ -97,7 +97,7 @@
 
             } else if (status === google.maps.GeocoderStatus.OVER_QUERY_LIMIT) {
                 setTimeout(function() {
-                    geoCode(address, map, bounds, userCompleteName, index);
+                    addMaker(address, map, bounds, userCompleteName, index);
                 }, 350);
             }
         });