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