From: Anthony Talarico Date: Tue, 10 Nov 2015 19:35:53 +0000 (-0500) Subject: Moving files section above description X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=033f2fc3d9c2defc548ce28789566e74804965f6;p=WP-Themes%2Fmichsci.git Moving files section above description --- diff --git a/js/app.js b/js/app.js index a3a0767..f3dcdb6 100644 --- a/js/app.js +++ b/js/app.js @@ -30,6 +30,7 @@ $(document).ready(function () { $('#wpseo_sitemap h3').remove(); $("#upcp-tabbed-description-2").removeClass("upcp-Hide-Item"); $("#upcp-tabbed-addtl-info-2").removeClass("upcp-Hide-Item"); + $("#upcp-tabbed-addtl-info-2").insertBefore("#upcp-tabbed-description-2"); $("#upcp-tabs").remove(); $(".upcp-scroll-content").remove(); $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove(); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 6aacd48..68d27b5 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -10,6 +10,7 @@ $(document).ready(function () { $('#wpseo_sitemap h3').remove(); $("#upcp-tabbed-description-2").removeClass("upcp-Hide-Item"); $("#upcp-tabbed-addtl-info-2").removeClass("upcp-Hide-Item"); + $("#upcp-tabbed-addtl-info-2").insertBefore("#upcp-tabbed-description-2"); $("#upcp-tabs").remove(); $(".upcp-scroll-content").remove(); $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();