Skip to content
Snippets Groups Projects
Commit 1da94d9b authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Hide TreeContainer header when using ExtJS 4.1.

parent 76d93bb5
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,9 @@ Ext.define('Docs.view.TreeContainer', { ...@@ -17,6 +17,9 @@ Ext.define('Docs.view.TreeContainer', {
hideCollapseTool: true, hideCollapseTool: true,
animCollapse: true, animCollapse: true,
// For some strange reason the container gets a heading in Ext JS 4.1
header: false,
initComponent: function() { initComponent: function() {
this.items = [ this.items = [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment