We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d9c52 commit 994a04cCopy full SHA for 994a04c
octoprint_gcodethumbs/static/js/gcode-preview-viewmodel.js
@@ -90,7 +90,7 @@ $(function() {
90
insertAfter(canvas, element.querySelector('.title'))
91
}
92
})
93
- .error(function() {
+ .catch(function() {
94
downloading = false;
95
});
96
0 commit comments