#6 UI Updates senden und anzeigen

This commit is contained in:
David Zingg
2019-11-20 21:25:22 +01:00
parent 24c7010a9e
commit 66f2792027
3 changed files with 1 additions and 8 deletions

View File

@ -9,7 +9,6 @@ $(function() {
self.mystromswitchEnabled = ko.observable();
self.testButtonChangeStatus = function (stat) {
$("#tester_mystromswitch_gcode").prop("disabled", stat);
$("#tester_mystromswitch_api").prop("disabled", stat);
@ -291,4 +290,3 @@ $(function() {
$(".sidebar_plugin_mystromswitch").get(0)
]);
});