diff options
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(); |
