From ae6609c73ebd6d0294551c5f9a0711bc97509da7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 16:59:59 -0500 Subject: [PATCH] attempting to unwrap small tags from site map --- 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..55d7e31 100644 --- a/js/app.js +++ b/js/app.js @@ -70,5 +70,6 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); + $("#sitemap_pages").find("small").contents().unwrap(); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 96f7203..d1584ad 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").find("small").contents().unwrap(); }); -- 2.17.1