From: Anthony Talarico Date: Mon, 1 Feb 2016 20:47:10 +0000 (-0500) Subject: removing filter box after text query X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=56025d560e6bac85dc3c31d91e118dfc7fc02009;p=WP-Themes%2Fmichsci.git removing filter box after text query --- diff --git a/js/app.js b/js/app.js index 7397a96..1b19e2f 100644 --- a/js/app.js +++ b/js/app.js @@ -43,6 +43,7 @@ $(document).ready(function () { $("#listView").css("display", "inherit"); $("#categoriesGridView").css("display", "none"); $("#categoriesListView").css("display", "none"); + $("#tagBox").css("display", "none"); } else { $("#gridView").css("display", "none"); $("#listView").css("display", "none"); @@ -171,9 +172,7 @@ $(document).ready(function () { // $(".product").show(); } }); - - - // toggle search bar +// toggle search bar // $("#search-icon").click(function () { // $(".searchform").animate({width: 'toggle'}, 1000); // $("#search-icon").css("visibility", "hidden"); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 63cfa46..0125e63 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -23,6 +23,7 @@ $(document).ready(function () { $("#listView").css("display", "inherit"); $("#categoriesGridView").css("display", "none"); $("#categoriesListView").css("display", "none"); + $("#tagBox").css("display", "none"); } else { $("#gridView").css("display", "none"); $("#listView").css("display", "none"); @@ -151,9 +152,7 @@ $(document).ready(function () { // $(".product").show(); } }); - - - // toggle search bar +// toggle search bar // $("#search-icon").click(function () { // $(".searchform").animate({width: 'toggle'}, 1000); // $("#search-icon").css("visibility", "hidden");