mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
small improvements for history control
This commit is contained in:
@@ -442,7 +442,14 @@ Ext.onReady(function(){
|
||||
id: 'mainTabPanel',
|
||||
region: 'center',
|
||||
deferredRender: false,
|
||||
enableTabScroll: true
|
||||
enableTabScroll: true,
|
||||
listeners: {
|
||||
tabchange: function(tabPanel, tab){
|
||||
if ( Ext.isDefined(tab) ){
|
||||
Ext.History.add(tab.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
new Ext.Viewport({
|
||||
|
||||
Reference in New Issue
Block a user