From c83a1db0c8dc3d8e6c5d59372f992f0668cef433 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 21 Feb 2024 15:09:56 +0330 Subject: [ui] fix loading function Co-Authored-By: Alireza Ahmadi --- web/html/xui/xray_balancer_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xui/xray_balancer_modal.html') diff --git a/web/html/xui/xray_balancer_modal.html b/web/html/xui/xray_balancer_modal.html index 86573bb7..627aecf6 100644 --- a/web/html/xui/xray_balancer_modal.html +++ b/web/html/xui/xray_balancer_modal.html @@ -80,7 +80,7 @@ balancerModal.visible = false; balancerModal.loading(false); }, - loading(loading) { + loading(loading=true) { balancerModal.confirmLoading = loading; }, check() { -- cgit v1.2.3