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:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-05 20:13:36 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-05 20:20:44 +0300
commitc419eadf15630518606ab434387079172070d340 (patch)
tree1933bd5868840cbc85c2b289523f57c22491b7b9 /web/html/xui/settings.html
parent4d3bea48e11883f0fb99f2e4bb8d943fe162c687 (diff)
xray setting enhancements #1286
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 44b040e9..59d20716 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -253,6 +253,7 @@
</a-layout>
</a-layout>
{{template "js" .}}
+<script src="{{ .base_path }}assets/js/model/setting.js?{{ .cur_ver }}"></script>
{{template "component/themeSwitcher" .}}
{{template "component/password" .}}
{{template "component/setting"}}
@@ -267,7 +268,7 @@
oldAllSetting: new AllSetting(),
allSetting: new AllSetting(),
saveBtnDisable: true,
- user: new User(),
+ user: {},
lang: getLang(),
},
methods: {