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_outbound_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/xui/xray_outbound_modal.html') diff --git a/web/html/xui/xray_outbound_modal.html b/web/html/xui/xray_outbound_modal.html index 2941e096..fd9cf99c 100644 --- a/web/html/xui/xray_outbound_modal.html +++ b/web/html/xui/xray_outbound_modal.html @@ -42,7 +42,7 @@ outModal.visible = false; outModal.loading(false); }, - loading(loading) { + loading(loading=true) { outModal.confirmLoading = loading; }, check(){ -- cgit v1.2.3