Bug #23308 » 15295.diff
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
|
- « Previous
- 1
- 2
- Next »