testing redirect for grid toggle click
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 21 Dec 2015 14:11:10 +0000 (09:11 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 21 Dec 2015 14:11:10 +0000 (09:11 -0500)
js/app.js
js/custom/upcp.js

index e280449..9a1c1a2 100644 (file)
--- 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;
+           
         });
     }
   
index 05abebf..33e703f 100644 (file)
@@ -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;
+           
         });
     }