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