From: Anthony Talarico Date: Mon, 29 Feb 2016 21:26:15 +0000 (-0500) Subject: testing removal of small tags X-Git-Tag: v1.0.0^2~131 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=00dc43cc1e82f8ac5fdf834bd4679ed9ef3880aa;p=WP-Themes%2FDiscoverKZOO.git testing removal of small tags --- 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() + "
"); });