From 6f4ceabb3fbd05c5fab9eee58b8c268a3fc43890 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 1 Jul 2014 09:20:01 +0200 Subject: [PATCH] webui: epggrab - do not collapse panels by default --- src/webui/static/app/epggrab.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/webui/static/app/epggrab.js b/src/webui/static/app/epggrab.js index be21184a..92d6699b 100644 --- a/src/webui/static/app/epggrab.js +++ b/src/webui/static/app/epggrab.js @@ -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] });