From f13027e4d8ea51fc2378f20c7486d210c4f7d24b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 11:18:13 -0500 Subject: [PATCH] testing removal of phantom 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 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"); }); -- 2.17.1