removed unnecessary jquery code
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 21:32:43 +0000 (16:32 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 21:32:43 +0000 (16:32 -0500)
js/app.js
js/custom/upcp.js

index 4c5447f..98edef5 100644 (file)
--- 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() {
index f577fbd..8ddacf3 100644 (file)
@@ -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() {