From: Luzifr Date: Thu, 9 Feb 2012 13:46:53 +0000 (+0100) Subject: Fixes wrong buttons X-Git-Tag: 2.0.0_Beta_1~1358^2~22^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=92df3a48e069a64fccff61f88b77dcb5f0927ea1;p=GitHub%2FWoltLab%2FWCF.git Fixes wrong buttons --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index 64ba4df052..c6a0198e85 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