inserted tagbox before the products and categories to bypass clear both div
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:20:06 +0000 (11:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 30 Dec 2015 16:20:06 +0000 (11:20 -0500)
js/app.js
js/custom/upcp.js

index a87f184..80af492 100644 (file)
--- 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");
 });
index 737e321..b93e3a7 100644 (file)
@@ -87,4 +87,5 @@ $(document).ready(function () {
 
     $("#page-title").append($("#productBreadcrumbs"));
     $("#blog-side-info-wrapper").insertBefore("#categoriesGridView");
+    $("#blog-side-info-wrapper").insertBefore("#categoriesListView");
 });