From: Anthony Talarico Date: Wed, 13 Jan 2016 14:31:38 +0000 (-0500) Subject: reverting changes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=41c7bac8f4708f1b63c4cd5bd63a738f56169792;p=WP-Themes%2Fmichsci.git reverting changes --- diff --git a/js/app.js b/js/app.js index 96d8f9d..3ef3efa 100644 --- a/js/app.js +++ b/js/app.js @@ -35,7 +35,7 @@ $(document).ready(function () { // don't display products on the main "products page" if ((window.location.href.indexOf("products-2") >= 0)){ $("#gridView").css("display", "none"); - // $("#listView").css("display", "none"); + $("#listView").css("display", "none"); $("#grid").on("click", function (e) { document.cookie = "catView=grid"; location.reload(); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index f8929eb..8d6ff9c 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -15,7 +15,7 @@ $(document).ready(function () { // don't display products on the main "products page" if ((window.location.href.indexOf("products-2") >= 0)){ $("#gridView").css("display", "none"); - // $("#listView").css("display", "none"); + $("#listView").css("display", "none"); $("#grid").on("click", function (e) { document.cookie = "catView=grid"; location.reload();