CSR-918 Revert router.js
This commit is contained in:
parent
458080233c
commit
d197af9282
1 changed files with 0 additions and 5 deletions
|
|
@ -289,11 +289,6 @@ function navigateToUrl(url, optionalQuery = {}) {
|
|||
externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]);
|
||||
}
|
||||
|
||||
externalUrl.searchParams.append(
|
||||
"experiments",
|
||||
"ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true"
|
||||
);
|
||||
|
||||
window.location.assign(externalUrl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue