Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeydiD authored Aug 11, 2024
1 parent 635ed59 commit b3c8577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function btnDesencriptar() {

function alertar() {
txtSalida.value = "";
txtSalida.style.backgroundImage = "url('/imagenes/Muñeco.png')";
txtSalida.style.backgroundImage = "url('imagenes/Muñeco.png')";
noMensaje.style.visibility = "visible";
btnCopiar.hidden=true;
}
Expand Down

0 comments on commit b3c8577

Please sign in to comment.