Merge pull request #5087 from scott1702/fix-nav

Fix incorrect height on main nav after toggle
This commit is contained in:
Damian Mooyman 2016-02-24 12:32:47 +13:00
commit d51264873d

View File

@ -204,6 +204,7 @@
fromContainingPanel: {
ontoggle: function(e){
this.toggleClass('collapsed', $(e.target).hasClass('collapsed'));
$(window).resize(); //Trigger jLayout
}
},