diff options
Diffstat (limited to 'kvmd/web/js/tools.js')
-rw-r--r-- | kvmd/web/js/tools.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kvmd/web/js/tools.js b/kvmd/web/js/tools.js index d9fe8357..37bbf451 100644 --- a/kvmd/web/js/tools.js +++ b/kvmd/web/js/tools.js @@ -8,11 +8,6 @@ var tools = new function() { return http; }; - this.setButtonBusy = function(el_button, busy) { - el_button.disabled = busy; - el_button.style.cursor = (busy ? "wait" : "default"); - }; - var __debug = (new URL(window.location.href)).searchParams.get("debug"); this.debug = function(...args) { |