From d7485d288eb502d19320c2632ab34d25d6a1ee94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Tue, 21 Jul 2015 18:02:03 +0200 Subject: [PATCH] cherry picked from 93763a5563abe10844ccf0120b34790168059c38 foosel/OctoPrint --- .../plugins/softwareupdate/static/js/softwareupdate.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index ed2d2fa9..a4b7e74d 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -13,9 +13,6 @@ $(function() { self.currentlyBeingUpdated = []; - self.octoprintUnconfigured = ko.observable(); - self.octoprintUnreleased = ko.observable(); - self.config_cacheTtl = ko.observable(); self.config_checkoutFolder = ko.observable(); self.config_checkType = ko.observable();