From: Anthony Talarico Date: Wed, 30 Dec 2015 16:18:13 +0000 (-0500) Subject: testing removal of phantom div X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f13027e4d8ea51fc2378f20c7486d210c4f7d24b;p=WP-Themes%2Fmichsci.git testing removal of phantom div --- diff --git a/js/app.js b/js/app.js index a608034..7bfcd15 100644 --- a/js/app.js +++ b/js/app.js @@ -106,4 +106,5 @@ $(document).ready(function () { }); $("#page-title").append($("#productBreadcrumbs")); + $("#blog-side-info-wrapper").appendTo("#categoriesGridView"); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 30184c6..4f2f7e2 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -86,4 +86,5 @@ $(document).ready(function () { }); $("#page-title").append($("#productBreadcrumbs")); + $("#blog-side-info-wrapper").appendTo("#categoriesGridView"); });