Make sure the spinner is always centered in the loading screen

pull/1/head
yflory 8 years ago
parent 5a21be8112
commit cf81b02096

@ -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 () {

Loading…
Cancel
Save