Use lowercase in redirect to Web K (#3897)
This commit is contained in:
parent
7b3e257a11
commit
d4d3d70463
@ -27,7 +27,7 @@ export function switchPermanentWebVersion(version: AvailableVersions) {
|
|||||||
setPermanentWebVersion(version);
|
setPermanentWebVersion(version);
|
||||||
clearWebsync();
|
clearWebsync();
|
||||||
getActions().skipLockOnUnload();
|
getActions().skipLockOnUnload();
|
||||||
window.location.assign(`${WEB_VERSION_BASE}${version}`);
|
window.location.assign(`${WEB_VERSION_BASE}${version.toLowerCase()}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
export function checkAndAssignPermanentWebVersion() {
|
export function checkAndAssignPermanentWebVersion() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user