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

index 5fcb71e..0f00f38 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -70,6 +70,5 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
-    $("#sitemap_pages").find("small").replaceWith("<div>" + $("#sitemap_pages").html() + "<div>");
    
 });
index f08c707..96f7203 100644 (file)
@@ -61,6 +61,5 @@ $(document).ready(function () {
             $(this).parent("li").addClass("current");
         }
     });
-    $("#sitemap_pages").find("small").replaceWith("<div>" + $("#sitemap_pages").html() + "<div>");
    
 });