From 56f3a61e1d0dfc7353465a804d27d819fd1af72e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 29 Dec 2015 16:32:43 -0500 Subject: [PATCH] removed unnecessary jquery code --- js/app.js | 3 --- js/custom/upcp.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/js/app.js b/js/app.js index 4c5447f..98edef5 100644 --- a/js/app.js +++ b/js/app.js @@ -72,9 +72,6 @@ $(document).ready(function () { $("#catSubmit").submit(); }); - $('div').filter(function() { - return $(this).css('clear') == 'both'; - }).remove(); // show products if filter is selected else only display categories $("#tagBox :checkbox").click(function() { diff --git a/js/custom/upcp.js b/js/custom/upcp.js index f577fbd..8ddacf3 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -52,9 +52,6 @@ $(document).ready(function () { $("#catSubmit").submit(); }); - $('div').filter(function() { - return $(this).css('clear') == 'both'; - }).remove(); // show products if filter is selected else only display categories $("#tagBox :checkbox").click(function() { -- 2.17.1