From b34b8f1b031f447c3df4788fd6eaf75a91ab4db9 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Thu, 9 Nov 2023 12:20:21 +0100 Subject: [PATCH] styling --- docs/SymptomsCausedByCOVIDLots/index.html | 2 +- docs/SymptomsCausedByCOVIDLots/js/PageInitializer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SymptomsCausedByCOVIDLots/index.html b/docs/SymptomsCausedByCOVIDLots/index.html index 897aac319ec..0a876c8ce24 100644 --- a/docs/SymptomsCausedByCOVIDLots/index.html +++ b/docs/SymptomsCausedByCOVIDLots/index.html @@ -13836,7 +13836,7 @@
-

Comparison of PRRs of two Symptoms

+

Comparison of PRRs of Batches for two Symptoms

diff --git a/docs/SymptomsCausedByCOVIDLots/js/PageInitializer.js b/docs/SymptomsCausedByCOVIDLots/js/PageInitializer.js index f58bacab9d3..f51934099b6 100644 --- a/docs/SymptomsCausedByCOVIDLots/js/PageInitializer.js +++ b/docs/SymptomsCausedByCOVIDLots/js/PageInitializer.js @@ -22,7 +22,7 @@ class PageInitializer { { selectElement: vaccineSelectElement, onValueSelected: vaccine => prrBySymptomTableView.displayPrrBySymptomTable4Vaccine(vaccine), - minimumInputLength: 4 + minimumInputLength: 0 }); }