From: Jaroslav Kysela Date: Tue, 1 Jul 2014 07:20:01 +0000 (+0200) Subject: webui: epggrab - do not collapse panels by default X-Git-Tag: v4.1~1798 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f4ceabb3fbd05c5fab9eee58b8c268a3fc43890;p=thirdparty%2Ftvheadend.git webui: epggrab - do not collapse panels by default --- diff --git a/src/webui/static/app/epggrab.js b/src/webui/static/app/epggrab.js index be21184ad..92d6699be 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] });