Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Eliminando console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiusmiskinis committed Nov 25, 2021
1 parent 8a4f393 commit 527dd64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/script/botones.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ function alertaSubir(nombre, version, tipo) {
motivo = 'Se ha creado una nueva version (' + version + ') del archivo ' + nombre
document.getElementById('subir').action = '/subir?nuevaversion=true&version=' + version;
}
console.log(tipo)
document.getElementById('subir').submit();
}
})
Expand Down

0 comments on commit 527dd64

Please sign in to comment.