Closed shmakes closed 6 years ago
Especially the name fields.
for (var p in f) { if (f.hasOwnProperty(p)) { f[p] = f[p].trim(); } }
Especially the name fields.