Abdullah Almsaeed hace 6 años
padre
commit
c618c2814f
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      dist/js/adminlte.js
  2. 0 0
      dist/js/adminlte.min.js

+ 3 - 2
dist/js/adminlte.js

@@ -601,8 +601,9 @@ throw new Error('AdminLTE requires jQuery')
     $(Selector.layoutBoxed + ' > ' + Selector.wrapper).css('overflow', 'hidden');
 
     // Get window height and the wrapper height
-    var footerHeight  = $(Selector.mainFooter).outerHeight() || 0;
-    var neg           = $(Selector.mainHeader).outerHeight() + footerHeight;
+    var footerHeight = $(Selector.mainFooter).outerHeight() || 0;
+    var headerHeight  = $(Selector.mainHeader).outerHeight() || 0;
+    var neg           = headerHeight + footerHeight;
     var windowHeight  = $(window).height();
     var sidebarHeight = $(Selector.sidebar).height() || 0;
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/js/adminlte.min.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio