diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 17:05:17 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 17:21:45 +0300 |
| commit | 903db957838dba4942db3790161842e116c0b2d0 (patch) | |
| tree | 73f7fc07756f2db041c63d32210091d36629b948 /web/html/xui/settings.html | |
| parent | 6fdc07a2d022b49f05ec1b94e143fd34a7bb69c9 (diff) | |
minor changes
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 0627910a..3096970f 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -425,7 +425,6 @@ this.loading(false); if (msg.success) { this.user = {}; - window.location.replace; } }, async restartPanel() { @@ -464,7 +463,6 @@ const msg = await HttpUtil.post("/panel/setting/updateUserSecret", this.user); if (msg && msg.obj) { this.user = msg.obj; - window.location.replace; } this.loading(false); await this.updateAllSetting(); |
