From: Anthony Talarico Date: Mon, 11 Jan 2016 20:18:57 +0000 (-0500) Subject: fixing syntax error X-Git-Tag: v1.0.0^2~60 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b32b3fe9b146bf7b57ed6343906a3b7b17bb62ea;p=WP-Themes%2Fotsego.git fixing syntax error --- 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")