remove date parameter

This commit is contained in:
x01dc
2026-07-22 14:53:26 +02:00
parent 353718d196
commit b65a643fb3
@@ -288,7 +288,7 @@ function renderZones(d){
let seeded=sessionStorage.getItem(OPEN_KEY)!==null;
async function tick(){
try{
const r=await fetch("eps_status.json?t="+Date.now(),{cache:"no-store"});
const r=await fetch("eps_status.json",{cache:"no-store"});
if(!r.ok) throw new Error("HTTP "+r.status);
const data=await r.json();
if(!seeded){