mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
added Sonia.History class to simplify handling of browser back and forward buttons
This commit is contained in:
@@ -446,7 +446,7 @@ Ext.onReady(function(){
|
||||
listeners: {
|
||||
tabchange: function(tabPanel, tab){
|
||||
if ( Ext.isDefined(tab) ){
|
||||
Ext.History.add(tab.id);
|
||||
Sonia.History.add(tab.id, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user