From: Prof Yaffle Date: Fri, 21 Nov 2014 09:25:33 +0000 (+0000) Subject: WebUI: Enable animated rollup on idnode panels for UI consistency X-Git-Tag: v4.1~708 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00f3cc0e8a72518995e48cdcd652da7ae137cc90;p=thirdparty%2Ftvheadend.git WebUI: Enable animated rollup on idnode panels for UI consistency --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index fccbe5ce8..384786745 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -677,6 +677,7 @@ tvheadend.idnode_editor_form = function(d, meta, panel, conf) autoWidth: true, collapsible: conf.nocollapse ? false : true, collapsed: conf.collapsed ? true : false, + animCollapse: true, items: conf.items }); }