Increase time of demo mode from 3s to 15s
This commit is contained in:
parent
2ceb9001a1
commit
8b01a83948
@ -243,7 +243,7 @@ export function handleDemoRedirect(route: ActivatedRoute, router: Router) {
|
|||||||
const index = path.indexOf(params.next);
|
const index = path.indexOf(params.next);
|
||||||
if (index >= 0) {
|
if (index >= 0) {
|
||||||
const nextPath = path[(index + 1) % path.length];
|
const nextPath = path[(index + 1) % path.length];
|
||||||
setTimeout(() => { window.location.replace(`${params.next}?next=${nextPath}`) }, 3000);
|
setTimeout(() => { window.location.replace(`${params.next}?next=${nextPath}`) }, 15000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user