Skip to content

Commit

Permalink
Oubli de ma part
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmnt committed Jun 21, 2018
1 parent 6780f32 commit c2cbef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/correct.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +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' +
'Emmanuel Jean-Michel Frédéric Macron',
'M. Macron', '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 c2cbef7

Please sign in to comment.