Project

General

Profile

Bug #22039 ยป 13391.diff

Administrator Admin, 2010-02-01 22:41

View differences:

typo3/js/common.js (working copy)
res.push(str.substr(0, str.indexOf(delim)));
str = str.substr(str.indexOf(delim) + delim.length);
}
res.push(allow);
return res;
}
}
    (1-1/1)