Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/client_modal.html')
-rw-r--r--web/html/xui/client_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/client_modal.html b/web/html/xui/client_modal.html
index 4b270607..83fa71a3 100644
--- a/web/html/xui/client_modal.html
+++ b/web/html/xui/client_modal.html
@@ -72,7 +72,7 @@
clientModal.visible = false;
clientModal.loading(false);
},
- loading(loading) {
+ loading(loading=true) {
clientModal.confirmLoading = loading;
},
};