Skip to content

Commit

Permalink
updated save option Alt+s
Browse files Browse the repository at this point in the history
  • Loading branch information
ACRTTool authored Oct 16, 2020
1 parent 759115d commit 6b5bb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ACRT_View_webReport.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ <h3> Document Test Results </h3>
<br/><br/><br/><br/>
<div id="htmlReportDiv" class="footerbutton" hidden >
Select <strong>Save as HTML</strong> to generate HTML version of the printable report (saved in Downloads folder by default). <br/>
<input type="button" id="sbtBtn" class="button" value="Save as HTML (ctrl+z)" ng-click="saveHtml()">
<input type="button" id="sbtBtn" class="button" value="Save as HTML (Alt+s)" ng-click="saveHtml()">
</div>
<script src="./JS/acrt_Web_Report.js"> </script>

Expand Down
2 changes: 1 addition & 1 deletion ACRT_Web_Input_Form.html
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ <h3> Test Results Form </h3>

<div class="footerbutton">
<span > {{submitMessage}}</span><br/>
<input type="button" id="sbtBtn" class="button" value="Save (ctrl+z)" ng-click="submit1()">
<input type="button" id="sbtBtn" class="button" value="Save (Alt+s)" ng-click="submit1()">

</div>
</form>
Expand Down

0 comments on commit 6b5bb80

Please sign in to comment.