We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560788b commit 5dbcd8dCopy full SHA for 5dbcd8d
1 file changed
WebContent/WEB-INF/jsps/addDeficiency.jsp
@@ -352,6 +352,7 @@ h3{
352
<a href="${displayUnitDeficiencies}" class="pull-right btn btn-default" id="btnXlg" style="margin-right: 8.33333333333%">Back</a>
353
354
</fieldset>
355
+ <!--
356
<div class="container2">
357
358
<div class="app2">
@@ -368,10 +369,10 @@ h3{
368
369
<a href="#" id="download-photo" download="def${deficiency.id}hen${unit.homeEnrollmentNumber}.png" title="Save Photo" class="disabled"><i class="material-icons">file_download</i></a>
370
</div>
371
- <!-- Hidden canvas element. Used for taking snapshot of video. -->
372
+
373
<canvas></canvas>
374
- </div>
375
+ </div> This code works but is not for prototype release will be in the final prog. version-->
376
377
378
</form>
0 commit comments