if($("#tagBox :checkbox:checked").length === 0 && window.location.href.indexOf("products-3/") >= 0){
// $("#categoriesGridView").show();
// $("#categoriesListView").show();
+ $("#categoriesGridView").hide();
+ $("#categoriesListView").hide();
$("#gridView").css("display", "inherit");
$("#listView").css("display", "none");
$(".product").show();
if($("#tagBox :checkbox:checked").length === 0 && window.location.href.indexOf("products-3/") >= 0){
// $("#categoriesGridView").show();
// $("#categoriesListView").show();
+ $("#categoriesGridView").hide();
+ $("#categoriesListView").hide();
$("#gridView").css("display", "inherit");
$("#listView").css("display", "none");
$(".product").show();