mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX allow selection of database adpater
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100727 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fa761d32b4
commit
74293ba3d7
@ -307,8 +307,8 @@ else echo 'localhost
|
||||
if (e.target.parentNode.childNodes[0].getAttribute('notavailable')) {
|
||||
// Show the warning for this adapter
|
||||
getElementsByClassName('databaseError', e.target.parentNode)[0].style.display = 'block';
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
for(var i = 0; i < children.length; i++) {
|
||||
if (children[i].nodeType != 3) {
|
||||
|
Loading…
Reference in New Issue
Block a user