make group tab active after login

This commit is contained in:
Sebastian Sdorra
2010-09-05 13:57:15 +02:00
parent 36b7260f6b
commit 82bc2d84e3

View File

@@ -82,6 +82,7 @@ Ext.onReady(function(){
closable: true, closable: true,
autoScroll: true autoScroll: true
}); });
tabPanel.setActiveTab('t_group');
} }
Ext.Ajax.request({ Ext.Ajax.request({