diff --git a/octoprint_mrbeam/static/js/software_channel_selector.js b/octoprint_mrbeam/static/js/software_channel_selector.js index 327ff1713..166a07146 100644 --- a/octoprint_mrbeam/static/js/software_channel_selector.js +++ b/octoprint_mrbeam/static/js/software_channel_selector.js @@ -132,7 +132,7 @@ $(function () { self.softwareUpdate.checking(true); OctoPrint.postJson("plugin/mrbeam/info/update", {user:user_clicked}) .done(function (response) { - self.fromCheckResponse(response, ignoreSeen, showIfNothingNew); + self.softwareUpdate.fromCheckResponse(response, ignoreSeen, showIfNothingNew); }) .fail(function (error) { console.error("Unable to reload update info.");