forked from Snck3rs/contao-leaflet-maps
Add missing ? for requests with params.
This commit is contained in:
@@ -281,7 +281,7 @@ L.Contao = L.Class.extend({
|
||||
params[params.length] = [key, value].join('=');
|
||||
}
|
||||
|
||||
value = document.location.pathname + params.join('&');
|
||||
value = document.location.pathname + '?' + params.join('&');
|
||||
}
|
||||
|
||||
if (map) {
|
||||
|
||||
Reference in New Issue
Block a user