Fix thumb member when switching active to tab or menu.

This commit is contained in:
Verdier
2012-12-07 20:21:10 +01:00
parent 6f88742d94
commit 3c2ceb9f88

View File

@@ -543,6 +543,7 @@
var thumb = this.createMenuThumb(path);
$('#tab-dropdown-menu').append(thumb);
this.sessions[path].thumb = thumb;
},
moveDropdownMenuToTab: function(menu){
@@ -551,6 +552,7 @@
var thumb = this.createTabThumb(path);
$('.tab-list').append(thumb);
this.sessions[path].thumb = thumb;
},
isTabListOverflowed: function(includeFictiveTab){