Fix tabs layout bugs

This commit is contained in:
Duncan Sommerville 2015-10-30 11:43:09 -04:00
parent 9af7f6dcdd
commit bf97c42167
2 changed files with 4 additions and 0 deletions

View file

@ -185,6 +185,8 @@ var AIRTIME = (function(AIRTIME){
if (self.isActive()) { // Closing the current tab, otherwise we don't need to switch tabs
toTab.switchTo();
} else {
mod.onResize();
}
};