From: Anthony Talarico Date: Mon, 29 Feb 2016 21:27:59 +0000 (-0500) Subject: removing changes X-Git-Tag: v1.0.0^2~129 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f037bdf03b325173d1179aad145b05c394b8636b;p=WP-Themes%2FDiscoverKZOO.git removing changes --- 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() + "
"); });