FIX vk button position

This commit is contained in:
Krivchikov Dmitry 2015-08-08 19:55:36 +03:00
parent 6519a25d1d
commit 5551f94022
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
})