attempting to move custom fields list to the description page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 Nov 2015 13:57:07 +0000 (08:57 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 11 Nov 2015 13:57:07 +0000 (08:57 -0500)
js/app.js
js/custom/upcp.js

index 18e914e..c4cba21 100644 (file)
--- 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();
     $("<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 b7ee5cc..8fe31c0 100644 (file)
@@ -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();
     $("<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");
    
 });