fixed syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Jan 2016 18:54:05 +0000 (13:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Jan 2016 18:54:05 +0000 (13:54 -0500)
js/app.js
js/custom/pageSetup.js

index d6b7b3b..b227336 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -30,4 +30,5 @@ $(document).ready(function () {
         $("#blog-posts-over").find(".ai1ec-event-footer").remove();
         //console.log('ul = ' + menuImg);
         //console.log('menu-id = ' + menuNum);
+    });
 });
index 679a19d..a2196f9 100644 (file)
@@ -21,4 +21,5 @@ $(document).ready(function () {
         $("#blog-posts-over").find(".ai1ec-event-footer").remove();
         //console.log('ul = ' + menuImg);
         //console.log('menu-id = ' + menuNum);
+    });
 });