From 00dc43cc1e82f8ac5fdf834bd4679ed9ef3880aa Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 16:26:15 -0500 Subject: [PATCH] testing removal of small tags --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index bd9f7ca..05b5885 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").replaceWith("
" + $("#sitemap_pages").html() + "
"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 2d7c520..80ca8ff 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").replaceWith("
" + $("#sitemap_pages").html() + "
"); }); -- 2.17.1