From 472e42ac25cb230bf36b3a76b06ca21d4f528113 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 4 Jan 2016 13:54:05 -0500 Subject: [PATCH] fixed syntax error --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) diff --git a/js/app.js b/js/app.js index d6b7b3b..b227336 100644 --- 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); + }); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 679a19d..a2196f9 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -21,4 +21,5 @@ $(document).ready(function () { $("#blog-posts-over").find(".ai1ec-event-footer").remove(); //console.log('ul = ' + menuImg); //console.log('menu-id = ' + menuNum); + }); }); -- 2.17.1