From 70b96a1cb9dd0299975fbdf483d3251e1a5596a3 Mon Sep 17 00:00:00 2001 From: sb1066 Date: Wed, 2 Sep 2009 21:40:20 +0000 Subject: [PATCH] sort ContentGroupStore by name --- src/webui/static/app/epg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index ef41192b..359bc8a9 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -5,6 +5,7 @@ tvheadend.ContentGroupStore = new Ext.data.JsonStore({ url:'ecglist' }); +tvheadend.ContentGroupStore.setDefaultSort('name', 'ASC'); tvheadend.epgDetails = function(event) {