cookies life time
This commit is contained in:
parent
a4516acfbd
commit
d09f13fd1c
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue