countdown
This commit is contained in:
parent
ccd7982e66
commit
8b41b6ccd1
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ function startCountdown() {
|
||||||
}, 4000);
|
}, 4000);
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = "/rennen";
|
window.location.href = "/rennansicht";
|
||||||
}, 7000);
|
}, 7000);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue