mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
c
This commit is contained in:
parent
91bc5b49ca
commit
83ab4960fa
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@
|
|||
if (timeLeft >= 0) {
|
||||
countdownEl.innerText = timeLeft;
|
||||
} else {
|
||||
window.location.reload(true);
|
||||
window.location.href = window.location.href + "?timestamp=" + new Date().getTime();
|
||||
}
|
||||
}, 1000);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue