removing small tags from site map to enlarge text
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:18:19 +0000 (16:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:18:19 +0000 (16:18 -0500)
js/app.js
js/custom/pageSetup.js

index 0f00f38..0905fc5 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -70,5 +70,6 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
+    $("#sitemap_pages, #sitemap_posts").find("small").remove();
    
 });
index 96f7203..53f2e03 100644 (file)
@@ -61,5 +61,6 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
+    $("#sitemap_pages, #sitemap_posts").find("small").remove();
    
 });