testing changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:19:08 +0000 (11:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:19:08 +0000 (11:19 -0500)
js/app.js
js/custom/upcp.js

index 7bfcd15..a87f184 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -106,5 +106,5 @@ $(document).ready(function () {
     });
 
     $("#page-title").append($("#productBreadcrumbs"));
-    $("#blog-side-info-wrapper").appendTo("#categoriesGridView");
+    $("#blog-side-info-wrapper").insertBefore("#categoriesGridView");
 });
index 4f2f7e2..737e321 100644 (file)
@@ -86,5 +86,5 @@ $(document).ready(function () {
     });
 
     $("#page-title").append($("#productBreadcrumbs"));
-    $("#blog-side-info-wrapper").appendTo("#categoriesGridView");
+    $("#blog-side-info-wrapper").insertBefore("#categoriesGridView");
 });