testing removal of phantom div
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:18:13 +0000 (11:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:18:13 +0000 (11:18 -0500)
js/app.js
js/custom/upcp.js

index a608034..7bfcd15 100644 (file)
--- 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");
 });
index 30184c6..4f2f7e2 100644 (file)
@@ -86,4 +86,5 @@ $(document).ready(function () {
     });
 
     $("#page-title").append($("#productBreadcrumbs"));
+    $("#blog-side-info-wrapper").appendTo("#categoriesGridView");
 });