From: Luzifr Date: Wed, 8 Feb 2012 11:34:03 +0000 (+0100) Subject: Small bug-fix X-Git-Tag: 2.0.0_Beta_1~1360^2~6 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eee021455388b9e8da3665fe6cab88912dda735a;p=GitHub%2FWoltLab%2FWCF.git Small bug-fix --- 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