From adf0bca14cef3621f216b5e881e4563c4aa5471b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 17:01:17 -0500 Subject: [PATCH] unwrapping small tags for sitemap posts --- 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 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(); }); -- 2.17.1