Skip to content

Commit

Permalink
Merge pull request #41 from slubwama/master
Browse files Browse the repository at this point in the history
Making PCR section open and  functional
  • Loading branch information
ssmusoke committed Feb 16, 2016
2 parents 617c852 + d3d2e3a commit 8f12c01
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,14 @@
enable_disable_pcr1(jq(this));
});

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

jq('[class^="PCRTestResultEnableDisable"]').each(function () {
enable_disable_pcr_test_result(jq(this));
});
});*/
});
}
</script>
Expand Down

0 comments on commit 8f12c01

Please sign in to comment.