sort ContentGroupStore by name

This commit is contained in:
sb1066 2009-09-02 21:40:20 +00:00
parent 9d35f610df
commit 70b96a1cb9

View file

@ -5,6 +5,7 @@ tvheadend.ContentGroupStore = new Ext.data.JsonStore({
url:'ecglist'
});
tvheadend.ContentGroupStore.setDefaultSort('name', 'ASC');
tvheadend.epgDetails = function(event) {