cookies life time

This commit is contained in:
Krivchikov Dmitry 2015-02-22 13:07:49 +03:00
parent a4516acfbd
commit d09f13fd1c
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
setTimeout(function () { setTimeout(function () {
$('#vkBigLogo').animate({'margin-left': "285px"}, 1500, function () { $('#vkBigLogo').animate({'margin-left': "285px"}, 1500, function () {
$('#vkBigLogo').hide(); $('#vkBigLogo').hide();
$.cookie('doNotShowVkLogo', true); $.cookie('doNotShowVkLogo', true, { expires: 100, path: '/' });
}); });
}, 15000); }, 15000);
} }