From: Anthony Talarico Date: Mon, 21 Dec 2015 14:11:10 +0000 (-0500) Subject: testing redirect for grid toggle click X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4df75489bb556b5eb36e229ccfaa99b1022562bc;p=WP-Themes%2Fmichsci.git testing redirect for grid toggle click --- diff --git a/js/app.js b/js/app.js index e280449..9a1c1a2 100644 --- a/js/app.js +++ b/js/app.js @@ -25,7 +25,7 @@ $(document).ready(function () { if ((window.location.href.indexOf("products-2/?pagename") >= 0)) { // $("#viewBtns").css("display", "none"); $("#grid").on("click", function (e) { - window.location.href = window.location.host; + }); } diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 05abebf..33e703f 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -5,7 +5,7 @@ $(document).ready(function () { if ((window.location.href.indexOf("products-2/?pagename") >= 0)) { // $("#viewBtns").css("display", "none"); $("#grid").on("click", function (e) { - window.location.href = window.location.host; + }); }