diff options
Diffstat (limited to 'web/html/xui/settings.html')
| -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 1cccd28d..58a1bf8a 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -832,7 +832,7 @@ if (host == this.oldAllSetting.webDomain) host = null; if (port == this.oldAllSetting.webPort) port = null; const isTLS = webCertFile !== "" || webKeyFile !== ""; - const url = buildURL({ host, port, isTLS, base, path: "panel/settings" }); + const url = URLBuilder.buildURL({ host, port, isTLS, base, path: "panel/settings" }); window.location.replace(url); } }, |
