Bug #20443 » 0011112.diff
typo3/js/tree.js | ||
---|---|---|
parameters: 'ajaxID=' + this.ajaxID + '&PM=' + params,
|
||
onComplete: function(xhr) {
|
||
// the parent node needs to be overwritten, not the object
|
||
$(obj.parentNode).replace(xhr.responseText);
|
||
$(obj.parentNode.parentNode).replace(xhr.responseText);
|
||
this.registerDragDropHandlers();
|
||
this.reSelectActiveItem();
|
||
filter($('_livesearch').value);
|