Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-14 04:49:18 +0300
committerHamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com>2023-05-14 04:49:18 +0300
commit5a908b9f5861cea50b04be772ceff9dfea51c74d (patch)
tree27fc9d028732850539e3c08b6179a143f719bc93 /web/html/xui/settings.html
parent61288db11eda6e3707541648795e6e856bc79cd0 (diff)
FIX redirect after restart panel
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html2
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() {