Bug #22796 ยป rfc14601.diff
t3lib/jsfunc.inline.js (Arbeitskopie) | ||
---|---|---|
$(objectId + '_icon').hide();
|
||
$(objectId + '_iconcontainer').addClassName('loading-indicator');
|
||
}
|
||
return this.getRecordDetails(objectId, returnURL);
|
||
return this.getRecordDetails(objectId, returnURL);
|
||
}
|
||
|
||
var currentState = '';
|
||
... | ... | |
if (json.scriptCall && json.scriptCall.length) {
|
||
$A(json.scriptCall).each(function(value) { eval(value); });
|
||
}
|
||
TYPO3.TCEFORMS.convertDateFieldsToDatePicker();
|
||
}
|
||
},
|
||