fixed cold load database switcher for installer

v1.18.x
psychobunny 10 years ago
parent 20a1ab185c
commit a93e52aade

@ -22,7 +22,7 @@ $('document').ready(function() {
activate($(this).attr('name'), $(this)); activate($(this).attr('name'), $(this));
}); });
activate($('[name="database"]').val(), $('[name="database"]')); activate('database', $('[name="database"]'));
} }
function activate(type, el) { function activate(type, el) {
@ -67,6 +67,7 @@ $('document').ready(function() {
} }
function switchDatabase(field) { function switchDatabase(field) {
console.log(field);
$('#database-config').html($('[data-database="' + field + '"]').html()); $('#database-config').html($('[data-database="' + field + '"]').html());
} }

Loading…
Cancel
Save