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.
2 parents c8ffa75 + 2c4c5a8 commit 174828fCopy full SHA for 174828f
mfr/server/static/js/mfr.js
@@ -49,11 +49,8 @@
49
// The the OSF asks for the CSS for this spinner (/static/css/mfr)
50
// MFR itself does not use it anywhere
51
var spinner = document.createElement('div');
52
- spinner.setAttribute('class', 'ball-pulse ball-dark text-center');
53
- for(i=0; i < 3; i++){
54
- spinner.appendChild(document.createElement('div'));
55
- }
56
-
+ spinner.setAttribute('class', 'ball-scale ball-dark ball-scale-blue text-center');
+ spinner.appendChild(document.createElement('div'));
57
return spinner;
58
}
59
0 commit comments