Skip to content

Commit

Permalink
Version 1.22.4
Browse files Browse the repository at this point in the history
Bug fix: Print Another wasn't showing up after a print had finished
  • Loading branch information
chrishamm committed Oct 23, 2018
1 parent 6efc12c commit 91c5c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions core/reprap.htm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<!-- Duet Web Control v1.22.4-b1
<!-- Duet Web Control v1.22.4
written by Christian Hammacher
Expand Down Expand Up @@ -1585,9 +1585,9 @@ <h4 class="text-muted">Connect to your Duet to display Macro files</h4>
<button class="btn btn-danger" id="btn_cancel" title="Cancel paused job (M0)"><span class="glyphicon glyphicon-stop"></span> Cancel</button>
</div>
</div>
<div class="btn-group-justified hidden" id="div_start_another">
<div class="btn-group-justified hidden" id="div_process_another">
<div class="btn-group">
<button class="btn btn-success" id="btn_start_another" title="Start the same file once again"><span class="glyphicon glyphicon-refresh"></span> <span>Start Another</span></button>
<button class="btn btn-success" id="btn_process_another" title="Start the same file once again"><span class="glyphicon glyphicon-refresh"></span> <span>Start Another</span></button>
</div>
</div>

Expand Down Expand Up @@ -2236,7 +2236,7 @@ <h1 class="text-center text-muted">Connect to your Duet to display Filaments</h1
</tr>
<tr>
<th>Web Interface Version:</th>
<td id="dwc_version">1.22.4-b1</td>
<td id="dwc_version">1.22.4</td>
</tr>
</table>
<span id="span_copyright">Web Interface by Christian Hammacher<br/>Licensed under the terms of the <a href="https://www.gnu.org/licenses/gpl-3.0" target="blank">GPL v3</a></span>
Expand Down

0 comments on commit 91c5c22

Please sign in to comment.