diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-14 04:49:18 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-14 04:49:18 +0300 |
| commit | 5a908b9f5861cea50b04be772ceff9dfea51c74d (patch) | |
| tree | 27fc9d028732850539e3c08b6179a143f719bc93 /web | |
| parent | 61288db11eda6e3707541648795e6e856bc79cd0 (diff) | |
FIX redirect after restart panel
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 05548509..49e62df9 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -358,7 +358,7 @@ if (msg.success) { this.loading(true); await PromiseUtil.sleep(5000); - location.reload(); + window.location.replace(this.allSetting.webBasePath + "panel/settings"); } }, async getUserSecret() { |
