]> source.dussan.org Git - gitea.git/commit
Skip frontend ROOT_URL check on installation page, remove unnecessary global var...
authorwxiaoguang <wxiaoguang@gmail.com>
Fri, 1 Apr 2022 08:00:26 +0000 (16:00 +0800)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 08:00:26 +0000 (16:00 +0800)
commit5b7466053d993685939da8623fb78e94e4ee0797
tree896d786c4dc8b692dc1fbba61ee70173593dd1b9
parent89b9d42f083b1f83ee8fc3ba0feaaa7cf04ec05b
Skip frontend ROOT_URL check on installation page, remove unnecessary global var (#19291)

Skip `checkAppUrl` message on installation page because the ROOT_URL is not determined yet
Move global var `supportedDbTypeNames` into `install.Init` as a local var
routers/install/install.go
web_src/js/features/common-global.js