From 2dc46d17cc639213a763cfdfbc32d82a8a8bc5da Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 11 Dec 2015 14:55:42 -0500 Subject: [PATCH] fixing syntax error --- js/galleria.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/galleria.min.js b/js/galleria.min.js index 9db330a..4c06d60 100644 --- a/js/galleria.min.js +++ b/js/galleria.min.js @@ -1,6 +1,6 @@ !function(){jQuery(window).load(function(){ if(window.location.href.indexOf("page_id=18") >= 0){ - jQuery("#secondary").attr("display", "none"); + jQuery("#secondary").css("display", "none"); } jQuery(".product-category.product .fadeIn").find("mark").remove(); jQuery('.page_item.page-item-16').append(""); -- 2.17.1