You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(',');
}