Skip to content

Commit 8f12c01

Browse files
committed
Merge pull request #41 from slubwama/master
Making PCR section open and functional
2 parents 617c852 + d3d2e3a commit 8f12c01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

omod/src/main/webapp/resources/htmlforms/082a-ExposedInfantClinicalChart-SummaryPage.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,14 @@
162162
enable_disable_pcr1(jq(this));
163163
});
164164

165+
/*TODO:fixing enable disable for PCRs
165166
jq('[class^="PCRTestResultEnableDisable"]').change(function () {
166167
enable_disable_pcr_test_result(jq(this));
167168
});
168169

169170
jq('[class^="PCRTestResultEnableDisable"]').each(function () {
170171
enable_disable_pcr_test_result(jq(this));
171-
});
172+
});*/
172173
});
173174
}
174175
</script>

0 commit comments

Comments
 (0)