mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Fix for side-bar toggle in bootstrap3 admin area.
This commit is contained in:
@@ -156,7 +156,7 @@ $(document).ready(function()
|
||||
e.preventDefault();
|
||||
|
||||
$("#left-panel").toggle(1000);
|
||||
$("#right-panel").toggleClass("span10",0);
|
||||
$("#right-panel").toggleClass("col-md-10 col-md-12"); //XXX Control animation direction?
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user