forked from forgejo/forgejo
Batch mirror fix
This commit is contained in:
parent
1badb2bbcc
commit
59d0e73c35
13 changed files with 68 additions and 80 deletions
|
@ -470,10 +470,10 @@ function initInstall() {
|
|||
(function () {
|
||||
$('#install-database').on("change", function () {
|
||||
var val = $(this).val();
|
||||
if (val != "sqlite") {
|
||||
if (val != "SQLite3") {
|
||||
$('.server-sql').show();
|
||||
$('.sqlite-setting').addClass("hide");
|
||||
if (val == "pgsql") {
|
||||
if (val == "PostgreSQL") {
|
||||
$('.pgsql-setting').removeClass("hide");
|
||||
} else {
|
||||
$('.pgsql-setting').addClass("hide");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue