diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index 6e58f32..e9a26d4 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -127,7 +127,7 @@ $('#vkBigLogo').remove(); } else { setTimeout(function () { - $('#vkBigLogo').show().animate({'margin-left': "-225px"}, 1500); + $('#vkBigLogo').css({'display':'block'}).animate({'margin-left': "-225px"}, 1500); }, 10000); } })