Skip to content

Commit 1388a7f

Browse files
authored
Merge pull request #11 from mrbeam/feature/SW-1223-fix-bug
include open change
2 parents af261e5 + 4172cf8 commit 1388a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_mrbeam/static/js/software_channel_selector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $(function () {
132132
self.softwareUpdate.checking(true);
133133
OctoPrint.postJson("plugin/mrbeam/info/update", {user:user_clicked})
134134
.done(function (response) {
135-
self.fromCheckResponse(response, ignoreSeen, showIfNothingNew);
135+
self.softwareUpdate.fromCheckResponse(response, ignoreSeen, showIfNothingNew);
136136
})
137137
.fail(function (error) {
138138
console.error("Unable to reload update info.");

0 commit comments

Comments
 (0)