We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e5673 commit cbd22f0Copy full SHA for cbd22f0
1 file changed
WNPRC_EHR/resources/views/gestation_calculator.html
@@ -71,7 +71,8 @@
71
});
72
}
73
74
- function calculateGestationDays() {
+ function calculateGestationDays(e) {
75
+ e.preventDefault();
76
let species = document.getElementById("species_input").value;
77
LABKEY.Query.selectRows({
78
schemaName: 'wnprc',
0 commit comments