From 9f0d26ea5dc0b13d62a4c224fceee9fb79c34cc2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 16:18:19 -0500 Subject: [PATCH] removing small tags from site map to enlarge text --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) 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(); }); -- 2.17.1