remove date parameter
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user