From f28ee6e400b7d49c3ef33a6f245a991c1d63a523 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 13 Oct 2023 20:07:13 +0200 Subject: [PATCH] making UI work again --- docs/SymptomsCausedByVaccines/index.html | 4 ++-- docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/SymptomsCausedByVaccines/index.html b/docs/SymptomsCausedByVaccines/index.html index 3ed109e1a1d..deb21b70fa7 100644 --- a/docs/SymptomsCausedByVaccines/index.html +++ b/docs/SymptomsCausedByVaccines/index.html @@ -9,14 +9,14 @@ Symptoms caused by Vaccines - + diff --git a/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js b/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js index 653fea02b17..e76c9443426 100644 --- a/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js +++ b/docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js @@ -1,6 +1,6 @@ class PrrByVaccineProvider { static getPrrByVaccine(symptom) { - return fetch(`../data/ProportionalReportingRatios/${symptom}.json`).then(response => response.json()); + return fetch(`../data/ProportionalReportingRatios/symptoms/${symptom}.json`).then(response => response.json()); } } \ No newline at end of file