fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 22:02:10 +0000 (17:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 29 Feb 2016 22:02:10 +0000 (17:02 -0500)
js/app.js
js/custom/pageSetup.js

index e3340f0..6d51ddc 100644 (file)
--- 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();
    
 });
index b072967..98260de 100644 (file)
@@ -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();
    
 });