Bug #23513 » typo3core_bugfix_15657_typo3_4-3.patch
t3lib/jsfunc.inline.js (copie de travail) | ||
---|---|---|
importElement: function(objectId, table, uid, type) {
|
||
window.setTimeout(
|
||
function() {
|
||
inline.makeAjaxCall('createNewRecord', [this.getNumberOfRTE(), objectId, uid], true);
|
||
inline.makeAjaxCall('createNewRecord', [inline.getNumberOfRTE(), objectId, uid], true);
|
||
},
|
||
10
|
||
);
|