Project

General

Profile

Bug #23308 » 15295.diff

Administrator Admin, 2010-07-30 02:12

View differences:

typo3/js/tree.js (working copy)
} else {
obj.style.cursor = 'wait';
}
var call = new Ajax.Request(this.thisScript, {
method: 'get',
parameters: 'ajaxID=' + this.ajaxID + '&PM=' + params,
onComplete: function(xhr) {
// the parent node needs to be overwritten, not the object
$(obj.parentNode.parentNode).replace(xhr.responseText);
TYPO3PageTreeFilter.filter();
this.registerDragDropHandlers();
this.reSelectActiveItem();
filter($('_livesearch').value);
}.bind(this),
onT3Error: function(xhr) {
// if this is not a valid ajax response, the whole page gets refreshed
(2-2/2)