sort ContentGroupStore by name
This commit is contained in:
parent
9d35f610df
commit
70b96a1cb9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ tvheadend.ContentGroupStore = new Ext.data.JsonStore({
|
|||
url:'ecglist'
|
||||
});
|
||||
|
||||
tvheadend.ContentGroupStore.setDefaultSort('name', 'ASC');
|
||||
|
||||
tvheadend.epgDetails = function(event) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue