From: Anthony Talarico Date: Tue, 10 Nov 2015 20:47:25 +0000 (-0500) Subject: Adjustin print statements for testing X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a2c21b0e6754ec56800601f2b1a2c7afa9c2c6a9;p=WP-Themes%2Fmichsci.git Adjustin print statements for testing --- diff --git a/js/app.js b/js/app.js index 952cf74..213b61b 100644 --- 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(); - alert((".upcp-tab-title").children().text()); + alert($(".upcp-tab-title").children()); // $(".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 270efba..219643c 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -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(); - alert((".upcp-tab-title").children().text()); + alert($(".upcp-tab-title").children()); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); });