From 650006b5db4e719afa405b6c341e4fd2fce94917 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 14 Sep 2015 15:11:15 +0200 Subject: [PATCH] deleted restartCommand and rebootCommand --- .../plugins/softwareupdate/static/js/softwareupdate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js index ed2d2fa9..2da08896 100644 --- a/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js +++ b/src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js @@ -100,8 +100,6 @@ $(function() { }; self._copyConfig = function() { - self.config_restartCommand(self.settings.settings.plugins.softwareupdate.octoprint_restart_command()); - self.config_rebootCommand(self.settings.settings.plugins.softwareupdate.environment_restart_command()); self.config_cacheTtl(self.settings.settings.plugins.softwareupdate.cache_ttl()); self.config_checkoutFolder(self.settings.settings.plugins.softwareupdate.octoprint_checkout_folder()); self.config_checkType(self.settings.settings.plugins.softwareupdate.octoprint_type());