diff options
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 3 |
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: { |
