From: Anthony Talarico Date: Wed, 30 Dec 2015 16:19:08 +0000 (-0500) Subject: testing changes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0d1e9d472be40ba350deda12b8a5edc19151c15f;p=WP-Themes%2Fmichsci.git testing changes --- diff --git a/js/app.js b/js/app.js index 7bfcd15..a87f184 100644 --- 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"); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 4f2f7e2..737e321 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -86,5 +86,5 @@ $(document).ready(function () { }); $("#page-title").append($("#productBreadcrumbs")); - $("#blog-side-info-wrapper").appendTo("#categoriesGridView"); + $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); });