Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebUI: Enable animated rollup on idnode panels for UI consistency
  • Loading branch information
ProfYaffle authored and perexg committed Nov 21, 2014
1 parent 701e6b3 commit 00f3cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -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
});
}
Expand Down

0 comments on commit 00f3cc0

Please sign in to comment.