From d09f13fd1c75657b183b7e0c43d1f9fb7b6a9dd9 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sun, 22 Feb 2015 13:07:49 +0300 Subject: [PATCH] cookies life time --- ground/views/indexTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/views/indexTemplate.php b/ground/views/indexTemplate.php index fe73ff8..e25dd12 100644 --- a/ground/views/indexTemplate.php +++ b/ground/views/indexTemplate.php @@ -116,7 +116,7 @@ setTimeout(function () { $('#vkBigLogo').animate({'margin-left': "285px"}, 1500, function () { $('#vkBigLogo').hide(); - $.cookie('doNotShowVkLogo', true); + $.cookie('doNotShowVkLogo', true, { expires: 100, path: '/' }); }); }, 15000); }