removing products link if no gallery present
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Feb 2016 16:19:38 +0000 (11:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 11 Feb 2016 16:19:38 +0000 (11:19 -0500)
js/app.js
js/custom/upcp.js

index 215957b..d5af2d2 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -30,7 +30,7 @@ $(document).ready(function () {
     }
     function createCookieSubcat(name, value) {
         var date = new Date();
-        date.setTime(date.getTime()+(1*1000));
+        date.setTime(date.getTime()+(3*1000));
         var expires = "; expires="+date.toGMTString();
         document.cookie = name+"="+value+expires+"; path=/";
     }
index f227ad1..091a48c 100644 (file)
@@ -10,7 +10,7 @@ $(document).ready(function () {
     }
     function createCookieSubcat(name, value) {
         var date = new Date();
-        date.setTime(date.getTime()+(1*1000));
+        date.setTime(date.getTime()+(3*1000));
         var expires = "; expires="+date.toGMTString();
         document.cookie = name+"="+value+expires+"; path=/";
     }