mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Fixed LeftAndMain.Tree.js scope
This commit is contained in:
parent
6a2fe5671b
commit
5b104b7b8f
@ -116,7 +116,7 @@
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
'url': this.data('url-savetreenode'),
|
||||
'url': self.data('url-savetreenode'),
|
||||
'data': {
|
||||
ID: $(movedNode).data('id'),
|
||||
ParentID: $(newParentNode).data('id') || 0,
|
||||
|
Loading…
Reference in New Issue
Block a user