From 74293ba3d7d5f4d71b115d8e60b12146c8b1ef59 Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Tue, 9 Mar 2010 21:38:36 +0000 Subject: [PATCH] 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 --- dev/install/config-form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/install/config-form.html b/dev/install/config-form.html index 3bb4e484b..335b4b4e8 100644 --- a/dev/install/config-form.html +++ b/dev/install/config-form.html @@ -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) {