diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:41:05 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-04 23:41:05 +0300 |
| commit | e677069d812ee0b673556f64d44ed1e94ebca33f (patch) | |
| tree | ef275d1f142e589f8736df50fcd92865f513f20f | |
| parent | c19235b4ddb336bf1475d0b92d385b986519429a (diff) | |
fix bug restartxray
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
| -rw-r--r-- | web/html/xui/xray.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 198ba093..ff22bfe5 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -331,7 +331,7 @@ await this.getXraySetting(); } }, - async restartPanel() { + async restartXray() { this.loading(true); const msg = await HttpUtil.post("server/restartXrayService"); this.loading(false); |
