From: Anthony Talarico Date: Mon, 29 Feb 2016 22:02:10 +0000 (-0500) Subject: fixing syntax error X-Git-Tag: v1.0.0^2~123 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b3413d186471f816d333ec5c3a3f32f5b6adea3f;p=WP-Themes%2FDiscoverKZOO.git fixing syntax error --- diff --git a/js/app.js b/js/app.js index e3340f0..6d51ddc 100644 --- a/js/app.js +++ b/js/app.js @@ -71,6 +71,6 @@ $(document).ready(function () { } }); $("#sitemap_pages").find("small").contents().unwrap(); - $("#sitemap_pages").find("small").contents().unwrap(); + $("#sitemap_posts").find("small").contents().unwrap(); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index b072967..98260de 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -62,6 +62,6 @@ $(document).ready(function () { } }); $("#sitemap_pages").find("small").contents().unwrap(); - $("#sitemap_pages").find("small").contents().unwrap(); + $("#sitemap_posts").find("small").contents().unwrap(); });