From 0dc59b65014416a90d110c95850c278a609adf08 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 13 Jan 2016 12:06:38 -0500 Subject: [PATCH] reverting changes --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 253f9a4..5e384d4 100644 --- a/js/app.js +++ b/js/app.js @@ -25,7 +25,7 @@ $(document).ready(function () { function createCookie(name, value) { var date = new Date(); if(name === "subcat"){ - date.setTime(date.getTime()+(100*1000)); + date.setTime(date.getTime()+(10*1000)); } date.setTime(date.getTime()+(3*1000)); var expires = "; expires="+date.toGMTString(); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index ddbd8e9..4fa3054 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -5,7 +5,7 @@ $(document).ready(function () { function createCookie(name, value) { var date = new Date(); if(name === "subcat"){ - date.setTime(date.getTime()+(100*1000)); + date.setTime(date.getTime()+(10*1000)); } date.setTime(date.getTime()+(3*1000)); var expires = "; expires="+date.toGMTString(); -- 2.17.1