"use strict";
// don't display products on the main "products page"
- if ((window.location.href.indexOf("product-2") >= 0)){
+ if ((window.location.href.indexOf("products-2") >= 0)){
$("#gridView").css("display", "none");
$("#listView").css("display", "none");
$("#grid").on("click", function (e) {
"use strict";
// don't display products on the main "products page"
- if ((window.location.href.indexOf("product-2") >= 0)){
+ if ((window.location.href.indexOf("products-2") >= 0)){
$("#gridView").css("display", "none");
$("#listView").css("display", "none");
$("#grid").on("click", function (e) {