diff --git a/template/app/view/Tabs.js b/template/app/view/Tabs.js index 987df94e592e1dbb9b5906677dab9f1790fa1ef4..c410430b6da5b456889ac5c3d79edceeb76b5886 100644 --- a/template/app/view/Tabs.js +++ b/template/app/view/Tabs.js @@ -133,8 +133,6 @@ Ext.define('Docs.view.Tabs', { this.resizeTabs({animate: true}); } }, this); - - this.createOverflowButton(); }, /** @@ -200,7 +198,7 @@ Ext.define('Docs.view.Tabs', { // Remove the tab both from tab-bar and all-tabs array this.removeFromArray(this.tabs, url); var removedIndex = this.removeFromArray(this.tabsInBar, url); - + // An empty space in tab-bar has now become available // If the all-tabs array has an item to fill this spot, // add the item from all-tabs array to tab-bar.