From 1f0c73fef6040d5f4b06beeb6fd69da4ab713612 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 10 Nov 2015 15:44:31 -0500 Subject: [PATCH] inserting print statements for debugging --- js/app.js | 3 ++- js/custom/upcp.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index f3dcdb6..fb312ef 100644 --- a/js/app.js +++ b/js/app.js @@ -18,7 +18,7 @@ $(document).ready(function () { $(this).siblings('ul').toggleClass('open'); }); }); -;/* global $, alert, jQuery */ +;/* global alert, jQuery */ $(document).ready(function () { "use strict"; @@ -35,6 +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()); // $(".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 68d27b5..6a7b282 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -1,4 +1,4 @@ -/* global $, alert, jQuery */ +/* global alert, jQuery */ $(document).ready(function () { "use strict"; @@ -15,6 +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()); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); }); -- 2.17.1