Abdullah Almsaeed %!s(int64=6) %!d(string=hai) anos
pai
achega
c618c2814f
Modificáronse 2 ficheiros con 3 adicións e 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;
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
dist/js/adminlte.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio