diff options
Diffstat (limited to 'kvmd/web/js/atx.js')
-rw-r--r-- | kvmd/web/js/atx.js | 2 |
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; }); }; }; |