webui: epggrab - do not collapse panels by default

This commit is contained in:
Jaroslav Kysela 2014-07-01 09:20:01 +02:00
parent fad7bbe0fa
commit 6f4ceabb3f

View file

@ -216,7 +216,6 @@ tvheadend.epggrab = function() {
width: 700,
autoHeight: true,
collapsible: true,
collapsed: true,
items: [externalGrid]
});
@ -283,7 +282,6 @@ tvheadend.epggrab = function() {
width: 700,
autoHeight: true,
collapsible: true,
collapsed: true,
items: [otaInitial, otaCron, otaTimeout, otaGrid]
});