diff options
author | Devaev Maxim <[email protected]> | 2018-07-17 04:14:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-17 04:14:05 +0300 |
commit | 1c4a6b0debd627cc141b3c6ca3269506f1cfe967 (patch) | |
tree | bb438e97b7f56391e0c433447208aba316baff6e /kvmd/web/js/atx.js | |
parent | 45bdfd111d1c1e9107ec904490e5e233d14b8c9b (diff) |
refactoring
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; }); }; }; |