Skip to content

Commit 9c0b046

Browse files
committed
drop machine from machine notifications (too long)
1 parent 91c6893 commit 9c0b046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_bettergrblsupport/static/js/bettergrblsupport.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ $(function() {
11441144
// cute hack for changing printer to machine for the action notify sidebar plugin
11451145
var x = document.getElementById("sidebar_plugin_action_command_notification_wrapper");
11461146
if (x != undefined) {
1147-
x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "Machine ");
1147+
x.outerHTML = x.outerHTML.replace("printer.", "machine.").replace("Printer ", "");
11481148
}
11491149

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

0 commit comments

Comments
 (0)