From b65a643fb3e7d4444594eb84e6a4c74e2e0d5750 Mon Sep 17 00:00:00 2001 From: x01dc Date: Wed, 22 Jul 2026 14:53:26 +0200 Subject: [PATCH] remove date parameter --- .../bec_ipython_client/plugins/OMNY_shared/eps/eps_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csaxs_bec/bec_ipython_client/plugins/OMNY_shared/eps/eps_status.html b/csaxs_bec/bec_ipython_client/plugins/OMNY_shared/eps/eps_status.html index 7afdb60..957388b 100644 --- a/csaxs_bec/bec_ipython_client/plugins/OMNY_shared/eps/eps_status.html +++ b/csaxs_bec/bec_ipython_client/plugins/OMNY_shared/eps/eps_status.html @@ -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){