From b63bb7323d7997c69a2d2e6d569e75d9b6baca01 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 11 Nov 2015 08:57:07 -0500 Subject: [PATCH] attempting to move custom fields list to the description page --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 18e914e..c4cba21 100644 --- a/js/app.js +++ b/js/app.js @@ -36,7 +36,7 @@ $(document).ready(function () { $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove(); $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove(); $("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); - + $(".upcp-prod-desc-custom-fields.upcp-custom-field-list").appendTo("

Related Files

"); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); }); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index b7ee5cc..8fe31c0 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -16,7 +16,7 @@ $(document).ready(function () { $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove(); $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove(); $("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); - + $(".upcp-prod-desc-custom-fields.upcp-custom-field-list").appendTo("

Related Files

"); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); }); -- 2.17.1