Index: typo3/js/common.js =================================================================== --- typo3/js/common.js (revision 6835) +++ typo3/js/common.js (working copy) @@ -96,7 +96,6 @@ res.push(str.substr(0, str.indexOf(delim))); str = str.substr(str.indexOf(delim) + delim.length); } - res.push(allow); return res; } }