fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 22:09:16 +0000 (17:09 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 11 Jan 2016 22:09:16 +0000 (17:09 -0500)
js/app.js
js/custom/pageSetup.js

index 13c3f31..89e7771 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -74,7 +74,7 @@ $(document).ready(function () {
         .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
-        .css("-moz-columns", "4")
+        .css("-moz-columns", "3")
         .css("-moz-column-gap", "11px");
     $menu1
         .children("li.menu-item")
index d5a7d03..041feaa 100644 (file)
@@ -65,7 +65,7 @@ $(document).ready(function () {
         .css("max-height", "290px")
         .css("-webkit-columns", "4")
         .css("-webkit-column-gap", "11px")
-        .css("-moz-columns", "4")
+        .css("-moz-columns", "3")
         .css("-moz-column-gap", "11px");
     $menu1
         .children("li.menu-item")