Fixes a zipped download failure feedback bug.

This commit is contained in:
Lars Jung 2012-03-25 03:02:27 +02:00
parent e4b6bace43
commit eda1a3b6ac

View file

@ -148,7 +148,7 @@
handleResponse(response); handleResponse(response);
}, },
failed: function () { error: function () {
handleResponse(); handleResponse();
} }