diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 14:39:56 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-21 14:39:56 +0300 |
| commit | c83a1db0c8dc3d8e6c5d59372f992f0668cef433 (patch) | |
| tree | 0189c856572b5d91358f3fdb27c9883ca5b53f4a /web/html/xui/client_modal.html | |
| parent | 865d3e08e77f7380952ffa81e9b5334143687421 (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.html | 2 |
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; }, }; |
