Skip to content

Commit

Permalink
add missing back button
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Nov 28, 2023
1 parent b70537e commit 7ff47f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ <h2>RF Exposure Assessment - OET-65 Calculation</h2>
</div>
<div class="row">
<div class="mb-3 text-center">
<button type="button" class="shadow" onclick="backClick('4')" aria-label="Back"><svg class="svgicon"><use href="#lt-chevron"></use></svg>&nbsp;Back</button>
<button type="button" class="d-print-none shadow" onclick="restartClick('1')" aria-label="New Assessment">New Assessment&nbsp;<svg class="svgicon"><use href="#refresh"></use></svg></button>
<button type="button" class="d-print-none shadow" onclick="nextClick('6')" aria-label="Changes">Change Freq or Power&nbsp;<svg class="svgicon"><use href="#adjustments"></use></svg></button>
<button type="button" class="d-print-none shadow" onclick="goPrint()" aria-label="Print">Print Assessment&nbsp;<svg class="svgicon"><use href="#printer"></use></svg></button>
Expand Down

0 comments on commit 7ff47f6

Please sign in to comment.