Skip to content

Commit 174828f

Browse files
committed
Merge branch 'feature/loading-indicator-ball' into develop
[SVCS-566]
2 parents c8ffa75 + 2c4c5a8 commit 174828f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mfr/server/static/js/mfr.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,8 @@
4949
// The the OSF asks for the CSS for this spinner (/static/css/mfr)
5050
// MFR itself does not use it anywhere
5151
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-
52+
spinner.setAttribute('class', 'ball-scale ball-dark ball-scale-blue text-center');
53+
spinner.appendChild(document.createElement('div'));
5754
return spinner;
5855
}
5956

0 commit comments

Comments
 (0)