Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-MrBeam committed Nov 20, 2023
1 parent 17d09b4 commit 4bf2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_mrbeam/templates/ready_to_laser.jinja2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="ready_to_laser_dialog" class="modal hide fade" data-backdrop="static"
data-test="mrbeam-ui-modal-ready-to-laser">
<div class="modal-header">
<a href="#" class="close" data-bind='visible: !is_pause_mode,q click: cancel_btn'
<a href="#" class="close" data-bind='visible: !is_pause_mode(), click: cancel_btn'
aria-hidden="true">&times;</a>
<h3 data-bind='visible: !is_pause_mode()'>{{ _('Ready To Laser?') }}</h3>
<h3 data-bind='visible: paused'>{{ _('Pause') }}</h3>
Expand Down

0 comments on commit 4bf2e87

Please sign in to comment.