Open deguich opened 9 years ago
Hi, prototype.js and vcard are not compatible. Error in vcf.js at line 169, probably lack a test like : if(parts[i] && parts.hasOwnProperty(i)) { n[this.nameParts[i]] = parts[i].split(','); }
Hi, prototype.js and vcard are not compatible. Error in vcf.js at line 169, probably lack a test like : if(parts[i] && parts.hasOwnProperty(i)) { n[this.nameParts[i]] = parts[i].split(','); }