Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xBrianOS authored Feb 7, 2024
1 parent 11a1bd3 commit a8dcde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let encryptText = document.getElementById('message'); // Textarea donde se regre
let image = document.getElementById('kid-image'); // imagen Para ocultar
let title = document.getElementById('title'); // h2 Para ocultar
let paragraph = document.getElementById('paragraph'); // p Para ocultar
let caracteresProhibidos = /[A-ZáéíóúÁÉÍÓÚ]/;
let caracteresProhibidos = /[A-ZàáèéìíòóùúÀÁÈÉÌÍÒÓÙÚ]/;

// La letra "e" es convertida para "enter"
// La letra "i" es convertida para "imes"
Expand Down

0 comments on commit a8dcde5

Please sign in to comment.