Skip to content

Commit

Permalink
drop machine from machine notifications (too long)
Browse files Browse the repository at this point in the history
  • Loading branch information
synman committed Dec 4, 2022
1 parent 91c6893 commit 9c0b046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_bettergrblsupport/static/js/bettergrblsupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ $(function() {
// cute hack for changing printer to machine for the action notify sidebar plugin
var x = document.getElementById("sidebar_plugin_action_command_notification_wrapper");
if (x != undefined) {
x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "Machine ");
x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "");
}

// cute hack for changing printer to machine for the connection sidebar plugin
Expand Down

0 comments on commit 9c0b046

Please sign in to comment.