Fix incorrect height on main nav after toggle

This commit is contained in:
scott1702 2016-02-23 18:14:58 +13:00
parent caf0ec3c5f
commit a67b8144b0

View File

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