From: Luzifr Date: Fri, 16 Sep 2011 09:13:18 +0000 (+0200) Subject: That should be better! ;) X-Git-Tag: 2.0.0_Beta_1~1765^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0203cb033c7a785a21b2ce194a2102d05b65fb6d;p=GitHub%2FWoltLab%2FWCF.git That should be better! ;) --- diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index 0fd7ce89a2..c33d1956e2 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -206,7 +206,7 @@ WCF.ACP.PackageInstallation.prototype = { // handle success if ($data.step == 'success') { var $id = WCF.getRandomID(); - $('#packageInstallationInnerContent').append('
'); + $('#packageInstallationInnerContent').append('
'); $('#' + $id).click($.proxy(function() { window.location.href = "index.php?page=PackageList" + SID_ARG_2ND; @@ -234,7 +234,7 @@ WCF.ACP.PackageInstallation.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