This commit is contained in:
Frank Knoll
2024-07-17 10:50:18 +02:00
parent 4cc193f312
commit f76a87eee4

View File

@@ -62,8 +62,7 @@
vaccine: { vaccine: {
vaccineSelectElement: $('#vaccineSelect'), vaccineSelectElement: $('#vaccineSelect'),
urlSearchParam: new URLSearchParam('vaccine'), urlSearchParam: new URLSearchParam('vaccine'),
prrBySymptomTableElement: $('#prrBySymptomTable'), prrBySymptomTableElement: $('#prrBySymptomTable')
// FK-TODO: remove downloadPrrBySymptomTable html element
}, },
pdf: { pdf: {
pdfButton: document.querySelector("#PDF"), pdfButton: document.querySelector("#PDF"),
@@ -4216,7 +4215,6 @@
</tr> </tr>
</thead> </thead>
</table> </table>
<button class="btn downloadButton" id="downloadPrrBySymptomTable">Download</button>
</div> </div>
</div> </div>
</div> </div>