From f037bdf03b325173d1179aad145b05c394b8636b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 16:27:59 -0500 Subject: [PATCH] removing changes --- js/app.js | 1 - js/custom/pageSetup.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index 5fcb71e..0f00f38 100644 --- 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("
" + $("#sitemap_pages").html() + "
"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index f08c707..96f7203 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -61,6 +61,5 @@ $(document).ready(function () { $(this).parent("li").addClass("current"); } }); - $("#sitemap_pages").find("small").replaceWith("
" + $("#sitemap_pages").html() + "
"); }); -- 2.17.1