From 4203ac6f56de0e685f8f8d99ab1cd9342b654e16 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 15:50:11 -0500 Subject: [PATCH] Adding print statements --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index 146ad26..2e0b7fe 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").next().text()); // $(".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 b2858fd..fff5a15 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").next().text()); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); }); -- 2.17.1