removing changes made to move the custom field list
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 Nov 2015 13:58:54 +0000 (08:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 Nov 2015 13:58:54 +0000 (08:58 -0500)
js/app.js
js/custom/upcp.js

index c4cba21..9356666 100644 (file)
--- 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();
     $("<div><h3> Related Files </h3></div>").insertBefore(".upcp-tabbed-cf-container");
-    $(".upcp-prod-desc-custom-fields.upcp-custom-field-list").appendTo("<div><h3> Related Files </h3></div>");
-   // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
    
 });
index 8fe31c0..12ec312 100644 (file)
@@ -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();
     $("<div><h3> Related Files </h3></div>").insertBefore(".upcp-tabbed-cf-container");
-    $(".upcp-prod-desc-custom-fields.upcp-custom-field-list").appendTo("<div><h3> Related Files </h3></div>");
-   // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
    
 });