From: Anthony Talarico Date: Wed, 13 Jan 2016 13:49:18 +0000 (-0500) Subject: testing insertbefore to move features checkbox X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=810f296cbcddcbf15bc3f9a46ecbc45bd06d8be8;p=WP-Themes%2Fmichsci.git testing insertbefore to move features checkbox --- diff --git a/js/app.js b/js/app.js index 2ec97c3..4f5b403 100644 --- a/js/app.js +++ b/js/app.js @@ -164,6 +164,7 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); + $("#blog-side-info-wrapper").insertBefore("#gridView"); var link; $('#tags a').click(function() { diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 5006ba9..1b6bcc4 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -144,6 +144,7 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); + $("#blog-side-info-wrapper").insertBefore("#gridView"); var link; $('#tags a').click(function() {