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 ebb48f8 commit f97b59dCopy full SHA for f97b59d
lib/web/mage/loader.js
@@ -69,10 +69,7 @@ define([
69
show: function (e, ctx) {
70
this._render();
71
this.loaderStarted++;
72
-
73
- if (this.loaderStarted === 1) {
74
- this.spinner.show();
75
- }
+ this.spinner.show();
76
77
if (ctx) {
78
this.spinner
lib/web/mage/loader_old.js
@@ -81,10 +81,7 @@
81
82
83
84
85
86
87
88
89
90
0 commit comments