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

index 0f00f38..55d7e31 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -70,5 +70,6 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
+    $("#sitemap_pages").find("small").contents().unwrap();
    
 });
index 96f7203..d1584ad 100644 (file)
@@ -61,5 +61,6 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
+    $("#sitemap_pages").find("small").contents().unwrap();
    
 });