From: Anthony Talarico Date: Wed, 23 Dec 2015 17:08:51 +0000 (-0500) Subject: removing div with clear both style X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=404bc2dda8fac26f349f113ba9d9c2c5dd2b4841;p=WP-Themes%2Fmichsci.git removing div with clear both style --- diff --git a/js/app.js b/js/app.js index 87fec79..05a95df 100644 --- a/js/app.js +++ b/js/app.js @@ -73,7 +73,7 @@ $(document).ready(function () { $('div').filter(function() { return $(this).css('clear') == 'both'; - }).css("clear", "none"); + }).remove(); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 980d414..aaaa512 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -53,7 +53,7 @@ $(document).ready(function () { $('div').filter(function() { return $(this).css('clear') == 'both'; - }).css("clear", "none"); + }).remove(); });