mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINR Fixed double generation of tree via 'data' parameter
This commit is contained in:
parent
23cb19958f
commit
b2e4fdd6da
@ -44,7 +44,6 @@
|
|||||||
},
|
},
|
||||||
'html_data': {
|
'html_data': {
|
||||||
// TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911
|
// TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911
|
||||||
'data': this.html(),
|
|
||||||
'ajax': {
|
'ajax': {
|
||||||
'url': this.data('url-tree'),
|
'url': this.data('url-tree'),
|
||||||
'data': function(node) {
|
'data': function(node) {
|
||||||
|
Loading…
Reference in New Issue
Block a user