From 4172cf8cee58e783394acbb5450f3275d7ba4608 Mon Sep 17 00:00:00 2001 From: Josef-MrBeam Date: Thu, 28 Apr 2022 17:08:16 +0200 Subject: [PATCH] fix bug that the update spinner won't stop and a error message logged in the frontend --- octoprint_mrbeam/static/js/software_channel_selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.");