Bug #19456 » bug_9553_v2.diff
typo3_src-4.2.2_patched/t3lib/jsfunc.validateform.js 2008-10-15 03:26:57.000000000 +0400 | ||
---|---|---|
var theEreg = '';
|
||
var theEregMsg = '';
|
||
var specialMode = '';
|
||
var theLabel, a;
|
||
while (theField) {
|
||
theEreg = '';
|
||
... | ... | |
function split(theStr1, delim, index) {
|
||
var theStr = ''+theStr1;
|
||
var lengthOfDelim = delim.length;
|
||
sPos = -lengthOfDelim;
|
||
var sPos = -lengthOfDelim;
|
||
var a, ePos;
|
||
if (index<1) {index=1;}
|
||
for (a=1; a<index; a++) {
|
||
sPos = theStr.indexOf(delim, sPos+lengthOfDelim);
|
- « Previous
- 1
- 2
- Next »