From f65bd2b9e399ed3c06af6880a5fe02ba2ef7827e Mon Sep 17 00:00:00 2001 From: PerPloug Date: Fri, 10 Dec 2010 13:12:22 +0000 Subject: [PATCH] Latest installer js tweaks [TFS Changeset #81760] --- umbraco/presentation/install/steps/database.ascx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umbraco/presentation/install/steps/database.ascx b/umbraco/presentation/install/steps/database.ascx index 92aaf09b08..9cd0f68be4 100644 --- a/umbraco/presentation/install/steps/database.ascx +++ b/umbraco/presentation/install/steps/database.ascx @@ -201,7 +201,7 @@ jQuery(".loader .hold").hide(); jQuery(".btn-continue").hide(); - jQuery(".btn-back").show(); + jQuery(".btn-accept").show(); jQuery(".btn-box").show(); }