Bug #17778 ยป 0006695.patch
typo3/jsfunc.tbe_editor.js (Arbeitskopie) | ||
---|---|---|
// Handling of data structures:
|
||
addElements: function(elements) {
|
||
TBE_EDITOR.recentUpdatedElements = elements;
|
||
TBE_EDITOR.elements = $H(TBE_EDITOR.elements).merge(elements);
|
||
TBE_EDITOR.elements = $H(TBE_EDITOR.elements).merge(elements).toObject();
|
||
},
|
||
removeElement: function(record) {
|
||
if (TBE_EDITOR.elements && TBE_EDITOR.elements[record]) {
|