;/*global document, window, alert, console, require*/
$(document).ready(function () {
"use strict";
+
+ if ((window.location.href.indexOf("products/?pagename") >= 0)) {
+ $("#viewBtns").css("display", "none");
+ }
+
$("#list").on("click", function (e) {
document.cookie = "view=list";
location.reload();
/*global document, window, alert, console, require*/
$(document).ready(function () {
"use strict";
+
+ if ((window.location.href.indexOf("products/?pagename") >= 0)) {
+ $("#viewBtns").css("display", "none");
+ }
+
$("#list").on("click", function (e) {
document.cookie = "view=list";
location.reload();