From 4df75489bb556b5eb36e229ccfaa99b1022562bc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 Dec 2015 09:11:10 -0500 Subject: [PATCH] testing redirect for grid toggle click --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; + }); } -- 2.17.1