Skip to content

Commit

Permalink
Resuelvo bug de espacio luego de la palabra Macri o luego de la palab…
Browse files Browse the repository at this point in the history
…ra gato
  • Loading branch information
Gabriel La Torre committed Sep 7, 2017
1 parent fa99cc0 commit 072e76b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/inject.js
Expand Up @@ -6,7 +6,7 @@ function gatear(){
var value = node.nodeValue
if (value.match(/macri/i)) {

node.nodeValue = value.replace(/(M|m)acris(mo|ta)/gi,'$1acrigatis$2').replace(/(Mauri(cio)? )?Macri (Gato|gato)?/g,'Macri Gato ');
node.nodeValue = value.replace(/(M|m)acris(mo|ta)/gi,'$1acrigatis$2').replace(/(Mauri(cio)? )?Macri (Gato |gato )?/g,'Macri Gato ');
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion js/inject.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 072e76b

Please sign in to comment.