Remove left over observables that are no longer needed

(cherry picked from commit 7986a2f)
This commit is contained in:
Gina Häußge 2015-07-21 18:02:03 +02:00
parent 7a74f5348d
commit 93763a5563

View file

@ -13,8 +13,6 @@ $(function() {
self.currentlyBeingUpdated = [];
self.config_restartCommand = ko.observable();
self.config_rebootCommand = ko.observable();
self.config_cacheTtl = ko.observable();
self.configurationDialog = $("#settings_plugin_softwareupdate_configurationdialog");