Browse Source

Fixed issue #329

Abdullah Almsaeed 10 years ago
parent
commit
dc2b2fef49
2 changed files with 2 additions and 2 deletions
  1. 2 2
      dist/js/app.js
  2. 0 0
      dist/js/app.min.js

+ 2 - 2
dist/js/app.js

@@ -152,9 +152,9 @@ $(function () {
   //Add slimscroll to navbar dropdown
   if (o.navbarMenuSlimscroll && typeof $.fn.slimscroll != 'undefined') {
     $(".navbar .menu").slimscroll({
-      height: "200px",
+      height: o.navbarMenuHeight,
       alwaysVisible: false,
-      size: "3px"
+      size: o.navbarMenuSlimscrollWidth
     }).css("width", "100%");
   }
 

File diff suppressed because it is too large
+ 0 - 0
dist/js/app.min.js


Some files were not shown because too many files changed in this diff