[PLUGINS] ~gis v4.41.1 --> v4.43.1
[lhc/web/www.git] / www / plugins / gis / javascript / gis_geocoder.js
index 3eec60d..c97d596 100644 (file)
@@ -181,6 +181,7 @@ L.Geocoder = L.Class.extend({
                                return_location.point = new L.LatLng(place.lat, place.lon);
                        }
                }
+               this.fire('complete', {result: return_location});
                this._user_callback(return_location);
        }
 });