From eee021455388b9e8da3665fe6cab88912dda735a Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 8 Feb 2012 12:34:03 +0100 Subject: [PATCH] Small bug-fix --- wcfsetup/install/files/acp/js/WCF.ACP.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index a741f2e011..5f708387c4 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -358,7 +358,7 @@ WCF.ACP.Package.Installation.prototype = { if (data.step == 'success') { this._purgeTemplateContent($.proxy(function() { var $id = WCF.getRandomID(); - $('#packageInstallationInnerContent').append('
'); + $('#packageInstallationInnerContent').append('
'); $('#' + $id).click(function() { window.location.href = data.redirectLocation; @@ -384,7 +384,7 @@ WCF.ACP.Package.Installation.prototype = { // create button to handle next step if (data.step && data.node) { var $id = WCF.getRandomID(); - $('#packageInstallationInnerContent').append('
'); + $('#packageInstallationInnerContent').append('
'); $('#' + $id).click($.proxy(function() { // collect form values -- 2.20.1