Fixed issue #584

pull/555/merge
Abdullah Almsaeed 2015-07-20 23:26:06 -04:00
parent 7760b0d516
commit 10ca2ed070
1 changed files with 2 additions and 1 deletions

3
dist/js/demo.js vendored
View File

@ -224,9 +224,10 @@
AdminLTE.controlSidebar._fix($(".control-sidebar-bg")); AdminLTE.controlSidebar._fix($(".control-sidebar-bg"));
if ($('body').hasClass('fixed') && cls == 'fixed') { if ($('body').hasClass('fixed') && cls == 'fixed') {
AdminLTE.pushMenu.expandOnHover(); AdminLTE.pushMenu.expandOnHover();
AdminLTE.controlSidebar._fixForFixed($('.control-sidebar'));
AdminLTE.layout.activate(); AdminLTE.layout.activate();
} }
AdminLTE.controlSidebar._fix($(".control-sidebar-bg"));
AdminLTE.controlSidebar._fix($(".control-sidebar"));
} }
/** /**