mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Disabled animation on tree (for performance reasons)
This commit is contained in:
parent
6d3cf213e7
commit
cf467d5272
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user