added print statements for testing
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 21:49:43 +0000 (16:49 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 10 Nov 2015 21:49:43 +0000 (16:49 -0500)
js/app.js
js/custom/upcp.js

index 7fcde39..18e914e 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -35,7 +35,7 @@ $(document).ready(function () {
     $(".upcp-scroll-content").remove();
     $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
     $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
-    $("<div><h1> Related Files </h1></div>").insertBefore(".upcp-tabbed-cf-container");
+    $("<div><h3> Related Files </h3></div>").insertBefore(".upcp-tabbed-cf-container");
     
    // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
    
index e2e6658..b7ee5cc 100644 (file)
@@ -15,7 +15,7 @@ $(document).ready(function () {
     $(".upcp-scroll-content").remove();
     $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
     $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
-    $("<div><h1> Related Files </h1></div>").insertBefore(".upcp-tabbed-cf-container");
+    $("<div><h3> Related Files </h3></div>").insertBefore(".upcp-tabbed-cf-container");
     
    // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");