Skip to content

Commit 866e4e1

Browse files
committed
removed notes
1 parent 0c93e1e commit 866e4e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/webapp/WEB-INF/templates/views/pages/esignature/examples/eg022.jsp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<h4>${example.getExampleName()}</h4>
99
<p>${example.getExampleDescription()}</p>
10-
<p>${example.getNotes()}</p>
1110

1211
<c:if test="${showDoc}">
1312
<p><a target='_blank' href='${documentation}'>Documentation</a> about this example.</p>

src/main/webapp/WEB-INF/templates/views/pages/esignature/examples/eg023.jsp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<h4>${example.getExampleName()}</h4>
99
<p>${example.getExampleDescription()}</p>
10-
<p>${example.getNotes()}</p>
1110

1211
<c:if test="${showDoc}">
1312
<p><a target='_blank' href='${documentation}'>Documentation</a> about this example.</p>

0 commit comments

Comments
 (0)