From 133112ff1da0ed6a7bf60c105d30663c1b3a16c3 Mon Sep 17 00:00:00 2001 From: Senthilkumar Panneerselvam Date: Thu, 5 Oct 2023 13:07:29 +0200 Subject: [PATCH] Update events blob name --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.html b/layouts/index.html index f985c8b8a..338a447ad 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -300,7 +300,7 @@

Events

// Call the function to fetch, parse and display events getDataFromUrl( - decodeURIComponent("https%3A%2F%2Fblobserver.dc.scilifelab.se%2Fblob%2Fcovid_portal_events.json"), + decodeURIComponent("https%3A%2F%2Fblobserver.dc.scilifelab.se%2Fblob%2Fpathogens_portal_events.json"), addEvents );