apply search params instead of overwritting them.

This commit is contained in:
Niels Lyngsø
2020-02-19 15:02:33 +01:00
parent 4e687853b4
commit 99ad8ea773

View File

@@ -200,7 +200,7 @@
if (editorIndex === 0) {
//If we've made it this far, then update the query string.
//The editor will respond to this query string changing.
$location.search({"cculture": variantCulture, "csegment": variant.segment});
$location.search("cculture", variantCulture).search("csegment", variant.segment);
}
else {