We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7318b69 commit f3448f9Copy full SHA for f3448f9
lib/web/mage/backend/bootstrap.js
@@ -78,7 +78,6 @@ define([
78
* @param {String} textStatus
79
*/
80
error: function (jqXHR, textStatus) {
81
-
82
$('body').notification('clear');
83
if (jqXHR.readyState !== 0 && textStatus !== 'abort') {
84
$('body').notification('add', {
0 commit comments