From 918bd04d32868f8d1e36b12c6083689f7b4be25d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 11 Nov 2015 08:58:54 -0500 Subject: [PATCH] removing changes made to move the custom field list --- js/app.js | 2 -- js/custom/upcp.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/js/app.js b/js/app.js index c4cba21..9356666 100644 --- a/js/app.js +++ b/js/app.js @@ -36,7 +36,5 @@ $(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 8fe31c0..12ec312 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -16,7 +16,5 @@ $(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