From eda1a3b6acb269efe073a22049c42413ca5e56e4 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sun, 25 Mar 2012 03:02:27 +0200 Subject: [PATCH] Fixes a zipped download failure feedback bug. --- src/_h5ai/js/inc/ZippedDownload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_h5ai/js/inc/ZippedDownload.js b/src/_h5ai/js/inc/ZippedDownload.js index d37e79f9..1ed8fd22 100644 --- a/src/_h5ai/js/inc/ZippedDownload.js +++ b/src/_h5ai/js/inc/ZippedDownload.js @@ -148,7 +148,7 @@ handleResponse(response); }, - failed: function () { + error: function () { handleResponse(); }