Project

General

Profile

Bug #17778 ยป 0006695.patch

Administrator Admin, 2007-11-12 14:35

View differences:

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]) {
    (1-1/1)