Skip to content

Commit cbd22f0

Browse files
authored
Add fix for gestation calc (#781)
1 parent e5e5673 commit cbd22f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WNPRC_EHR/resources/views/gestation_calculator.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
});
7272
}
7373

74-
function calculateGestationDays() {
74+
function calculateGestationDays(e) {
75+
e.preventDefault();
7576
let species = document.getElementById("species_input").value;
7677
LABKEY.Query.selectRows({
7778
schemaName: 'wnprc',

0 commit comments

Comments
 (0)