From ee9e48ffce973abd4b5f332d08f6552f3644dab5 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 23 Dec 2015 10:06:13 -0500 Subject: [PATCH] testing removal of randomly generated div --- js/app.js | 1 + js/custom/upcp.js | 1 + 2 files changed, 2 insertions(+) diff --git a/js/app.js b/js/app.js index 8148ecb..c9a825d 100644 --- a/js/app.js +++ b/js/app.js @@ -71,4 +71,5 @@ $(document).ready(function () { $("#categoryDropdown").change(function() { $("#catSubmit").submit(); }); + $("div[style='clear:both']").remove(); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 2ea64c8..fb16697 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -51,4 +51,5 @@ $(document).ready(function () { $("#categoryDropdown").change(function() { $("#catSubmit").submit(); }); + $("div[style='clear:both']").remove(); }); -- 2.17.1