From: Anthony Talarico Date: Mon, 29 Feb 2016 21:19:28 +0000 (-0500) Subject: reverting changes X-Git-Tag: v1.0.0^2~132 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=68f2b54901db868b5701ae20233c58c40fda8788;p=WP-Themes%2FDiscoverKZOO.git reverting changes --- diff --git a/js/app.js b/js/app.js index 0905fc5..bd9f7ca 100644 --- a/js/app.js +++ b/js/app.js @@ -70,6 +70,6 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); - $("#sitemap_pages, #sitemap_posts").find("small").remove(); +// $("#sitemap_pages, #sitemap_posts").find("small").remove(); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 53f2e03..2d7c520 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -61,6 +61,6 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); - $("#sitemap_pages, #sitemap_posts").find("small").remove(); +// $("#sitemap_pages, #sitemap_posts").find("small").remove(); });