adding downloadPrrBySymptomTableButton
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user