From 014819c4044e547f06c2d76bb8a40cfc5171ff24 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 28 Feb 2013 14:13:36 +0100 Subject: [PATCH] Minor fix --- wcfsetup/install/files/acp/js/WCF.ACP.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/wcfsetup/install/files/acp/js/WCF.ACP.js b/wcfsetup/install/files/acp/js/WCF.ACP.js index 0f79920b48..b751aafa88 100644 --- a/wcfsetup/install/files/acp/js/WCF.ACP.js +++ b/wcfsetup/install/files/acp/js/WCF.ACP.js @@ -271,13 +271,8 @@ WCF.ACP.Package.Installation = Class.extend({ /** * Handles erroneous AJAX requests. - * - * @param jQuery jqXHR - * @param string textStatus - * @param string errorThrown - * @param string responseText */ - _failure: function(jqXHR, textStatus, errorThrown, responseText) { + _failure: function() { if (!this._allowRollback) { return; } -- 2.20.1