testing removal of small tags
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:26:15 +0000 (16:26 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 21:26:15 +0000 (16:26 -0500)
js/app.js
js/custom/pageSetup.js

index bd9f7ca..05b5885 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").replaceWith("<div>" + $("#sitemap_pages").html() + "<div>");
    
 });
index 2d7c520..80ca8ff 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").replaceWith("<div>" + $("#sitemap_pages").html() + "<div>");
    
 });