summaryrefslogtreecommitdiff
path: root/kvmd/web/js/tools.js
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-17 04:14:05 +0300
committerDevaev Maxim <[email protected]>2018-07-17 04:14:05 +0300
commit1c4a6b0debd627cc141b3c6ca3269506f1cfe967 (patch)
treebb438e97b7f56391e0c433447208aba316baff6e /kvmd/web/js/tools.js
parent45bdfd111d1c1e9107ec904490e5e233d14b8c9b (diff)
refactoring
Diffstat (limited to 'kvmd/web/js/tools.js')
-rw-r--r--kvmd/web/js/tools.js5
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) {