From 2af70cd8c576587d560a003b2781482e60feabb2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 30 Dec 2015 11:20:06 -0500 Subject: [PATCH] inserted tagbox before the products and categories to bypass clear both 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 a87f184..80af492 100644 --- a/js/app.js +++ b/js/app.js @@ -107,4 +107,5 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); + $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 737e321..b93e3a7 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -87,4 +87,5 @@ $(document).ready(function () { $("#page-title").append($("#productBreadcrumbs")); $("#blog-side-info-wrapper").insertBefore("#categoriesGridView"); + $("#blog-side-info-wrapper").insertBefore("#categoriesListView"); }); -- 2.17.1