Skip to content

Commit

Permalink
Hidding concept set row when checkbox is not clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
dicksonmulli committed Oct 23, 2024
1 parent 2be1fed commit 234fb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/admin/dictionary/conceptForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
</spring:bind>
</td>
</tr>
<tr id="conceptSetRow">
<tr id="conceptSetRow" style="display: none">
<th valign="top"><openmrs:message code="Concept.conceptSets"/></th>
<td valign="top">
<spring:bind path="command.concept.conceptSets">
Expand Down
2 changes: 1 addition & 1 deletion omod/src/main/webapp/dictionary/conceptForm.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
</spring:bind>
</td>
</tr>
<tr id="conceptSetRow">
<tr id="conceptSetRow" style="display: none">
<th valign="top"><openmrs:message code="Concept.conceptSets"/></th>
<td valign="top">
<spring:bind path="command.concept.conceptSets">
Expand Down

0 comments on commit 234fb75

Please sign in to comment.