From b32b3fe9b146bf7b57ed6343906a3b7b17bb62ea Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 11 Jan 2016 15:18:57 -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 55bf6de..dd4262f 100644 --- a/js/app.js +++ b/js/app.js @@ -71,7 +71,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "250px"); + .css("max-height", "250px") .css("-webkit-columns", "4"); $menu1 .children("li.menu-item") diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 045a7ba..1646153 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -62,7 +62,7 @@ $(document).ready(function () { // adjusting nav menu columns and li width $menu1 - .css("max-height", "250px"); + .css("max-height", "250px") .css("-webkit-columns", "4"); $menu1 .children("li.menu-item") -- 2.17.1