MINOR Disabled animation on tree (for performance reasons)

This commit is contained in:
Ingo Schommer 2011-03-03 13:59:03 +13:00
parent 6d3cf213e7
commit cf467d5272

View File

@ -8,7 +8,8 @@
treeContainer
.jstree({
'core': {
'initially_open': ['record-0']
'initially_open': ['record-0'],
'animation': 0
},
'html_data': {
// TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911