Line 18: | Line 18: | ||
.loader-ring { | .loader-ring { | ||
− | position: | + | position: fixed; |
top: 20%; | top: 20%; | ||
left: 46%; | left: 46%; | ||
Line 109: | Line 109: | ||
setTimeout(function(){ | setTimeout(function(){ | ||
$('#loading').fadeOut(); | $('#loading').fadeOut(); | ||
− | $('.loader-ring').fadeOut();}, | + | $('.loader-ring').fadeOut();},4000); |
}); | }); | ||
}); | }); |
Revision as of 16:22, 13 October 2018
Loading...