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
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/settings.html2
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();