mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
captura de dados pra dashbooad
This commit is contained in:
@@ -103,7 +103,19 @@ function backPage() {
|
||||
}
|
||||
|
||||
|
||||
document.onkeydown = teclado
|
||||
|
||||
function teclado(event){
|
||||
if (event.keyCode == 65){
|
||||
openModal()
|
||||
}
|
||||
else if (event.keyCode == 73){
|
||||
imprimirFichas()
|
||||
}
|
||||
// else if (event.keyCode == 70){
|
||||
// imprimirConta()
|
||||
// }
|
||||
}
|
||||
|
||||
document.getElementById('openModal').addEventListener('click', openModal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user