diff --git a/socialPostEng.js b/socialPostEng.js index 7834025..b8f30f8 100644 --- a/socialPostEng.js +++ b/socialPostEng.js @@ -529,7 +529,9 @@ function fixFirstName(phoneNum) { splittedName[0] === "פרופ'" || splittedName[0] === "Dr."|| splittedName[0] === "הרב" || - splittedName[0] === "ד״ר" + splittedName[0] === "ד״ר" || + splittedName[0] === 'עו"ד'|| + splittedName[0] === 'עו״ד' ) { return splittedName[1]; } @@ -547,7 +549,9 @@ function fixCreatorFirstName() { splittedName[0] === "פרופ'" || splittedName[0] === "Dr."|| splittedName[0] === "הרב" || - splittedName[0] === "ד״ר" + splittedName[0] === "ד״ר" || + splittedName[0] === 'עו"ד'|| + splittedName[0] === 'עו״ד' ) { return splittedName[1]; } @@ -575,7 +579,9 @@ function fixInterviewerFirstName(phoneNum) { splittedName[0] === "פרופ'" || splittedName[0] === "Dr."|| splittedName[0] === "הרב" || - splittedName[0] === "ד״ר" + splittedName[0] === "ד״ר" || + splittedName[0] === 'עו"ד'|| + splittedName[0] === 'עו״ד' ) { return splittedName[1]; }