refactoring

This commit is contained in:
Devaev Maxim
2018-07-17 04:14:05 +03:00
parent 45bdfd111d
commit 1c4a6b0deb
4 changed files with 9 additions and 11 deletions

View File

@@ -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) {