Make sure the spinner is always centered in the loading screen

This commit is contained in:
yflory 2017-05-10 16:11:41 +02:00
parent 5a21be8112
commit cf81b02096

View file

@ -143,7 +143,7 @@ define([
return {
show: function () {
$target.show();
$target.css('display', 'inline');
return this;
},
hide: function () {