luci-app-vssr: fix typo error

Signed-off-by: Tianling Shen <cnsztl@gmail.com>
This commit is contained in:
jerrykuku 2021-02-06 19:59:54 +08:00 committed by Tianling Shen
parent 1f7baded2a
commit 8fa03fb939
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 1 additions and 2 deletions

View File

@ -418,7 +418,7 @@ start_redir() {
ucmd=$(find_bin $utype)
gen_config_file $UDP_RELAY_SERVER 1 0
last_config_file=$CONFIG_UDP_FILE
case "$stype" in
case "$utype" in
ss | ssr)
case "$(uci_get_by_name $UDP_RELAY_SERVER auth_enable)" in
1 | on | true | yes | enabled) ARG_OTA="-A" ;;

View File

@ -520,7 +520,6 @@ footer.mobile-hide {
.modals-bg {
position: fixed;
z-index: 100000;
}
.modals {