Fixed wrong fakeAck call
Thanks @markwal for spotting this.
This commit is contained in:
parent
dd73a23940
commit
656b8c53d7
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ $(function() {
|
|||
};
|
||||
|
||||
self.fakeAck = function() {
|
||||
OctoPrint.printer.fakeAck();
|
||||
OctoPrint.connection.fakeAck();
|
||||
};
|
||||
|
||||
self.handleKeyDown = function(event) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue