This commit is contained in:
Frank Knoll
2024-07-17 10:53:55 +02:00
parent aee61155e1
commit 451f616e41

View File

@@ -60,8 +60,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"),
@@ -14301,7 +14300,6 @@
</tr> </tr>
</thead> </thead>
</table> </table>
<button class="btn downloadButton" id="downloadPrrBySymptomTable">Download</button>
</div> </div>
</div> </div>
</div> </div>