MINOR Fixed LeftAndMain.Tree.js scope

This commit is contained in:
Ingo Schommer 2011-03-16 10:14:43 +13:00
parent 6a2fe5671b
commit 5b104b7b8f

View File

@ -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,