testing removal of randomly generated div
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 15:06:13 +0000 (10:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 15:06:13 +0000 (10:06 -0500)
js/app.js
js/custom/upcp.js

index 8148ecb..c9a825d 100644 (file)
--- 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();
 });
index 2ea64c8..fb16697 100644 (file)
@@ -51,4 +51,5 @@ $(document).ready(function () {
         $("#categoryDropdown").change(function() {
             $("#catSubmit").submit();
         });
+    $("div[style='clear:both']").remove();
 });