]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: epggrab - do not collapse panels by default
authorJaroslav Kysela <perex@perex.cz>
Tue, 1 Jul 2014 07:20:01 +0000 (09:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Jul 2014 14:41:52 +0000 (16:41 +0200)
src/webui/static/app/epggrab.js

index be21184add0e8dd04151dc3b67e41ae933200281..92d6699be2696d3813deb418b2debd4381f4911c 100644 (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]
     });