reverting changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 17:06:38 +0000 (12:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 17:06:38 +0000 (12:06 -0500)
js/app.js
js/custom/upcp.js

index 253f9a4..5e384d4 100644 (file)
--- 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();
index ddbd8e9..4fa3054 100644 (file)
@@ -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();