We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c6893 commit 9c0b046Copy full SHA for 9c0b046
octoprint_bettergrblsupport/static/js/bettergrblsupport.js
@@ -1144,7 +1144,7 @@ $(function() {
1144
// cute hack for changing printer to machine for the action notify sidebar plugin
1145
var x = document.getElementById("sidebar_plugin_action_command_notification_wrapper");
1146
if (x != undefined) {
1147
- x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "Machine ");
+ x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "");
1148
}
1149
1150
// cute hack for changing printer to machine for the connection sidebar plugin
0 commit comments