From 10ca2ed0707237546a15eae1b54f79f0cd3e4f1d Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 20 Jul 2015 23:26:06 -0400 Subject: [PATCH] Fixed issue #584 --- dist/js/demo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/js/demo.js b/dist/js/demo.js index b4cdd2a26..11cada61e 100644 --- a/dist/js/demo.js +++ b/dist/js/demo.js @@ -224,9 +224,10 @@ AdminLTE.controlSidebar._fix($(".control-sidebar-bg")); if ($('body').hasClass('fixed') && cls == 'fixed') { AdminLTE.pushMenu.expandOnHover(); - AdminLTE.controlSidebar._fixForFixed($('.control-sidebar')); AdminLTE.layout.activate(); } + AdminLTE.controlSidebar._fix($(".control-sidebar-bg")); + AdminLTE.controlSidebar._fix($(".control-sidebar")); } /**