Skip to content
Snippets Groups Projects
Commit 6b4b5986 authored by Markus Kruggel's avatar Markus Kruggel Committed by Italo Mairo
Browse files

Issue #3326599 by itamair, markusk: Using Geocoder Control Specific Options throws JS error

parent 48e06d06
No related branches found
Tags 10.0.2
No related merge requests found
......@@ -7,7 +7,7 @@
let k = prefix ? prefix + "[" + p + "]" : p,
v = obj[p];
str.push((v !== null && typeof v === "object") ?
Drupal.Leaflet.query_url_serialize(v, k) :
Drupal.Leaflet.prototype.query_url_serialize(v, k) :
encodeURIComponent(k) + "=" + encodeURIComponent(v));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment