forked from Snck3rs/contao-leaflet-libraries
Hotfix geocoder merging c13ccf55da. Also minimize libraries.
This commit is contained in:
@@ -89,12 +89,12 @@ module.exports = {
|
||||
this._expand();
|
||||
if (L.Browser.touch) {
|
||||
L.DomEvent.addListener(container, 'touchstart', function(e) {
|
||||
this._geocode(e);
|
||||
this._geocode();
|
||||
}, this);
|
||||
}
|
||||
else {
|
||||
L.DomEvent.addListener(container, 'click', function(e) {
|
||||
this._geocode(e);
|
||||
this._geocode();
|
||||
}, this);
|
||||
}
|
||||
}
|
||||
@@ -1293,4 +1293,4 @@ module.exports = {
|
||||
|
||||
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
||||
},{}]},{},[12])(12)
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user