summaryrefslogtreecommitdiff
path: root/kvmd/web/js/atx.js
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/web/js/atx.js')
-rw-r--r--kvmd/web/js/atx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/web/js/atx.js b/kvmd/web/js/atx.js
index d17735c5..8f6a0cc0 100644
--- a/kvmd/web/js/atx.js
+++ b/kvmd/web/js/atx.js
@@ -68,7 +68,7 @@ var atx = new function() {
"atx-power-button-long",
"atx-reset-button",
].forEach(function(name) {
- tools.setButtonBusy(document.getElementById(name), busy);
+ document.getElementById(name).disabled = busy;
});
};
};