unwrapping small tags for sitemap posts
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 22:01:17 +0000 (17:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 22:01:17 +0000 (17:01 -0500)
js/app.js
js/custom/pageSetup.js

index 55d7e31..e3340f0 100644 (file)
--- 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();
    
 });
index d1584ad..b072967 100644 (file)
@@ -62,5 +62,6 @@ $(document).ready(function () {
         }
     });
     $("#sitemap_pages").find("small").contents().unwrap();
+    $("#sitemap_pages").find("small").contents().unwrap();
    
 });