Skip to content

Commit

Permalink
Merge pull request Bo-Duke#7 from simonmnt/changer-de-nom
Browse files Browse the repository at this point in the history
Ajout de son nom de naissance
  • Loading branch information
Bo-Duke authored Jun 21, 2018
2 parents ce0e581 + c24b3fb commit 51ec784
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/correct.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ while(textNode=walk.nextNode()) {
'Monsieur le Président de la République|'+
'Monsieur le Président|'+
'Président de la République française|'+
'Président de la République', 'gi')
'Président de la République|' +
'Emmanuel Jean-Michel Frédéric Macron|',
'M. Macron', 'gi');

textNode.nodeValue = textNode.nodeValue.replace(rExp, 'Manu')
}

0 comments on commit 51ec784

Please sign in to comment.