1
0
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:
Cameron
2015-09-23 18:19:51 -07:00
parent 8b8e7b690c
commit d3d4b349df
3 changed files with 6 additions and 3 deletions

View File

@@ -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?
});