From 903db957838dba4942db3790161842e116c0b2d0 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 12 Mar 2024 17:35:17 +0330 Subject: minor changes Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com> --- web/html/xui/settings.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/html/xui/settings.html') 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(); -- cgit v1.2.3