From: Anthony Talarico Date: Mon, 29 Feb 2016 21:18:19 +0000 (-0500) Subject: removing small tags from site map to enlarge text X-Git-Tag: v1.0.0^2~133 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9f0d26ea5dc0b13d62a4c224fceee9fb79c34cc2;p=WP-Themes%2FDiscoverKZOO.git removing small tags from site map to enlarge text --- diff --git a/js/app.js b/js/app.js index 0f00f38..0905fc5 100644 --- a/js/app.js +++ b/js/app.js @@ -70,5 +70,6 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); + $("#sitemap_pages, #sitemap_posts").find("small").remove(); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 96f7203..53f2e03 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -61,5 +61,6 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); + $("#sitemap_pages, #sitemap_posts").find("small").remove(); });