Make sure the spinner is always centered in the loading screen
This commit is contained in:
@@ -143,7 +143,7 @@ define([
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
show: function () {
|
show: function () {
|
||||||
$target.show();
|
$target.css('display', 'inline');
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
hide: function () {
|
hide: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user