From: Anthony Talarico Date: Tue, 10 Nov 2015 21:36:28 +0000 (-0500) Subject: removing insert X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d8c5109daa5014b9f63766c7e87c885a15e78501;p=WP-Themes%2Fmichsci.git removing insert --- diff --git a/js/app.js b/js/app.js index 01252dd..6a4f67a 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(); - $("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); + //$("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); // $(".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 c758eb0..39a5356 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(); - $("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); + //$("

Related Files

").insertBefore(".upcp-tabbed-cf-container"); // $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");