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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
      }
    }