From: Anthony Talarico Date: Tue, 10 Nov 2015 21:03:26 +0000 (-0500) Subject: removing test print statements X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9576972d2f49555510cf6f80f3ae5d5b097d6bd0;p=WP-Themes%2Fmichsci.git removing test print statements --- diff --git a/js/app.js b/js/app.js index 2e0b7fe..220a913 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").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 fff5a15..46f10f3 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").next().text()); + // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div"); });