From 0bf5726c3d603f21ab3cd535abfb5b2c3ef46f27 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 14:45:25 -0500 Subject: [PATCH] setting up sidebar removal --- js/galleria.min.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/galleria.min.js b/js/galleria.min.js index 5597923..3d5f96a 100644 --- a/js/galleria.min.js +++ b/js/galleria.min.js @@ -1,6 +1,8 @@ !function(){jQuery(window).load(function(){ if(jQuery(location).attr('pathname').indexOf("page_id=18") >= 0){ alert(jQuery(location).attr('pathname')); + } else { + alert(jQuery(location).attr('pathname')); } jQuery(".product-category.product .fadeIn").find("mark").remove(); jQuery('.page_item.page-item-16').append(""); -- 2.17.1