adding downloadPrrBySymptomTableButton

This commit is contained in:
frankknoll
2023-10-15 14:39:16 +02:00
parent f066966f20
commit ae425cf723
3 changed files with 45 additions and 5 deletions

View File

@@ -48,7 +48,8 @@
},
vaccine: {
vaccineSelectElement: $('#vaccineSelect'),
prrBySymptomTableElement: $('#prrBySymptomTable')
prrBySymptomTableElement: $('#prrBySymptomTable'),
downloadPrrBySymptomTableButton: document.querySelector("#downloadPrrBySymptomTable")
}
}
);
@@ -17811,6 +17812,7 @@
</tr>
</thead>
</table>
<button id="downloadPrrBySymptomTable">Download</button>
</div>
</div>
</div>