Project

General

Profile

Bug #20443 » 0011112.diff

Administrator Admin, 2009-05-18 00:49

View differences:

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);
(1-1/2)