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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 14:39:56 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 14:39:56 +0300
commitc83a1db0c8dc3d8e6c5d59372f992f0668cef433 (patch)
tree0189c856572b5d91358f3fdb27c9883ca5b53f4a /web/html/xui/client_modal.html
parent865d3e08e77f7380952ffa81e9b5334143687421 (diff)
[ui] fix loading function
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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;
},
};