reverting changes
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:19:28 +0000 (16:19 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:19:28 +0000 (16:19 -0500)
js/app.js
js/custom/pageSetup.js

index 0905fc5..bd9f7ca 100644 (file)
--- 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").remove();
+//    $("#sitemap_pages, #sitemap_posts").find("small").remove();
    
 });
index 53f2e03..2d7c520 100644 (file)
@@ -61,6 +61,6 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
-    $("#sitemap_pages, #sitemap_posts").find("small").remove();
+//    $("#sitemap_pages, #sitemap_posts").find("small").remove();
    
 });