From: Anthony Talarico Date: Mon, 29 Feb 2016 22:01:17 +0000 (-0500) Subject: unwrapping small tags for sitemap posts X-Git-Tag: v1.0.0^2~124 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=adf0bca14cef3621f216b5e881e4563c4aa5471b;p=WP-Themes%2FDiscoverKZOO.git unwrapping small tags for sitemap posts --- diff --git a/js/app.js b/js/app.js index 55d7e31..e3340f0 100644 --- a/js/app.js +++ b/js/app.js @@ -71,5 +71,6 @@ $(document).ready(function () { } }); $("#sitemap_pages").find("small").contents().unwrap(); + $("#sitemap_pages").find("small").contents().unwrap(); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index d1584ad..b072967 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -62,5 +62,6 @@ $(document).ready(function () { } }); $("#sitemap_pages").find("small").contents().unwrap(); + $("#sitemap_pages").find("small").contents().unwrap(); });