Bug #22039 ยป 13391.diff
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;
|
||
}
|
||
}
|