Bug #16164 » bug3527.patch
t3lib/jsfunc.validateform.js (working copy) | ||
---|---|---|
}
|
||
index++;
|
||
theLabel = unescape(split(theFieldlist, ",", index));
|
||
theLabel = decodeURI(split(theFieldlist, ",", index));
|
||
theField = unescape(theField);
|
||
if (formObject[theField]) {
|
||
var fObj = formObject[theField];
|
- « Previous
- 1
- 2
- 3
- 4
- Next »