BUG 6505 "Users with the "PM_USERS" permission in thei..." Solved!
- fixing a problem with default tab
This commit is contained in:
@@ -73,12 +73,12 @@ var main = function(){
|
|||||||
activeTab: 0,
|
activeTab: 0,
|
||||||
enableTabScroll: true,
|
enableTabScroll: true,
|
||||||
stateId:'admin-tabpanel',
|
stateId:'admin-tabpanel',
|
||||||
stateEvents:['tabchange'],
|
stateEvents:['tabchange'],/*
|
||||||
getState:function() {
|
getState:function() {
|
||||||
return {
|
return {
|
||||||
activeTab:this.items.indexOf(this.getActiveTab())
|
activeTab:this.items.indexOf(this.getActiveTab())
|
||||||
};
|
};
|
||||||
},
|
},*/
|
||||||
items: items
|
items: items
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user