Commit 7185bd5b by doszhang

dos

parent b02acb0c
......@@ -47,14 +47,18 @@ if ($('div').length > 0) {
$('.loading-page').show();
preloadimages(preloadImageList, function () {
$('.loading-page').hide();
// $('.home-page').show();
setTimeout(function () {
$('.loading-page').hide();
// $('.home-page').show();
$('.poster-page').show();
createPoster(function () {
$('#notification_area').remove();
});
$('.poster-page').show();
createPoster(function () {
$('#notification_area').remove();
});
}, 1000);
}, function (progress) {
$('.loading-page .progress').css('width', (16.6 / 100) * (progress * 100) + 'rem');
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment