From: Anthony Talarico Date: Wed, 13 Jan 2016 17:06:38 +0000 (-0500) Subject: reverting changes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0dc59b65014416a90d110c95850c278a609adf08;p=WP-Themes%2Fmichsci.git reverting changes --- 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();