Skip to content

Commit f3448f9

Browse files
committed
ACP2E-1369: clear previous error message if ajax request completed on subsequent try
1 parent 7318b69 commit f3448f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/web/mage/backend/bootstrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ define([
7878
* @param {String} textStatus
7979
*/
8080
error: function (jqXHR, textStatus) {
81-
8281
$('body').notification('clear');
8382
if (jqXHR.readyState !== 0 && textStatus !== 'abort') {
8483
$('body').notification('add', {

0 commit comments

Comments
 (0)