From 710a3dbda229bd804b191d69fe2355c6d55fa0d9 Mon Sep 17 00:00:00 2001 From: DmitriyMX Date: Thu, 31 Mar 2016 11:11:36 +0300 Subject: [PATCH] =?UTF-8?q?hotfix:=20=D0=B4=D0=BB=D0=B8=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D1=85=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20cookies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/WEB-INF/player.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/WEB-INF/player.html b/webapp/WEB-INF/player.html index f985626..f0dc8c3 100644 --- a/webapp/WEB-INF/player.html +++ b/webapp/WEB-INF/player.html @@ -118,7 +118,7 @@ save_data.season = parseInt(player.attr('data-season'), 10); save_data.serial = parseInt(player.attr('data-serial'), 10); } - Cookies.set(path, save_data); + Cookies.set(path, save_data, { expires: 365 }); tl = tc; console.debug(save_data); }