From: Anthony Talarico Date: Wed, 11 Nov 2015 13:57:07 +0000 (-0500) Subject: attempting to move custom fields list to the description page X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b63bb7323d7997c69a2d2e6d569e75d9b6baca01;p=WP-Themes%2Fmichsci.git attempting to move custom fields list to the description page --- 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"); });