removing tagbox from products detail page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:58:37 +0000 (16:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 28 Dec 2015 21:58:37 +0000 (16:58 -0500)
js/app.js
js/custom/upcp.js

index eca8c71..aba1e67 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -56,6 +56,7 @@ $(document).ready(function () {
             document.cookie = "view=list";
             window.location.href =  window.location.pathname;
         });
+        $("#tagBox").css("display", "none");
     }
     // change output view from list to grid
     if (!(window.location.href.indexOf("products-2/?pagename") >= 0)) {
index 79ddb6b..c9f434e 100644 (file)
@@ -36,6 +36,7 @@ $(document).ready(function () {
             document.cookie = "view=list";
             window.location.href =  window.location.pathname;
         });
+        $("#tagBox").css("display", "none");
     }
     // change output view from list to grid
     if (!(window.location.href.indexOf("products-2/?pagename") >= 0)) {