fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 20:18:57 +0000 (15:18 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 20:18:57 +0000 (15:18 -0500)
js/app.js
js/custom/pageSetup.js

index 55bf6de..dd4262f 100644 (file)
--- 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")
index 045a7ba..1646153 100644 (file)
@@ -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")