Skip to content

Commit 82b8149

Browse files
committed
MAGETWO-60982: AJAX calls does not process error responses
1 parent 8945d30 commit 82b8149

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/web/mage/backend/bootstrap.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ define([
7373

7474
/**
7575
* Error callback.
76-
*
77-
* @param {Object} jqXHR - The jQuery XMLHttpRequest object returned by $.ajax()
7876
*/
79-
error: function (jqXHR) {
77+
error: function () {
8078
$('body').notification('clear')
8179
.notification('add', {
8280
error: true,

0 commit comments

Comments
 (0)