From b3413d186471f816d333ec5c3a3f32f5b6adea3f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 29 Feb 2016 17:02:10 -0500 Subject: [PATCH] fixing syntax error --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); }); -- 2.17.1