This commit is contained in:
frankknoll
2023-11-09 12:20:21 +01:00
parent cee3c38e00
commit b34b8f1b03
2 changed files with 2 additions and 2 deletions

View File

@@ -13836,7 +13836,7 @@
<div class="col-xs-12 col-sm-6">
<div class="x_panel">
<div class="x_title">
<h3>Comparison of PRRs of two Symptoms</h3>
<h3>Comparison of PRRs of Batches for two Symptoms</h3>
<div class="clearfix"></div>
</div>
<div class="x_content">

View File

@@ -22,7 +22,7 @@ class PageInitializer {
{
selectElement: vaccineSelectElement,
onValueSelected: vaccine => prrBySymptomTableView.displayPrrBySymptomTable4Vaccine(vaccine),
minimumInputLength: 4
minimumInputLength: 0
});
}