From: Anthony Talarico Date: Mon, 29 Feb 2016 21:26:54 +0000 (-0500) Subject: fixing extra selector X-Git-Tag: v1.0.0^2~130 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=aec6222dda6286c520e97666f89245550d96c920;p=WP-Themes%2FDiscoverKZOO.git fixing extra selector --- diff --git a/js/app.js b/js/app.js index 05b5885..5fcb71e 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").replaceWith("
" + $("#sitemap_pages").html() + "
"); + $("#sitemap_pages").find("small").replaceWith("
" + $("#sitemap_pages").html() + "
"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 80ca8ff..f08c707 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").replaceWith("
" + $("#sitemap_pages").html() + "
"); + $("#sitemap_pages").find("small").replaceWith("
" + $("#sitemap_pages").html() + "
"); });