From: Anthony Talarico Date: Mon, 29 Feb 2016 21:59:59 +0000 (-0500) Subject: attempting to unwrap small tags from site map X-Git-Tag: v1.0.0^2~125 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ae6609c73ebd6d0294551c5f9a0711bc97509da7;p=WP-Themes%2FDiscoverKZOO.git attempting to unwrap small tags from site map --- 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(); });