From ff080edf731ea610e7ca82e3bac8519580980cbf Mon Sep 17 00:00:00 2001 From: Giovanni Marcon Date: Tue, 16 Mar 2021 21:24:59 -0300 Subject: [PATCH] Alterando colas --- .gitignore | 3 ++- .../D32E3 - Caixas de Texto.html" | 8 ++++---- Dia 34 - JS - Datas/D34E1 - Datas.html | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6455c42..5baa7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ /outros/ /Caverna do Dragao/ /.vscode -/Dia 20-21 - Projeto CSS/ /Dia 08 - Projeto - Site SoulCode/ +/Dia 20-21 - Projeto CSS/ +/Dia 35 e 36 - JS Projeto/ /ZZZ Modelo/ /FreeCode Camp/ /Idéias Paralelas/ diff --git "a/Dia 32 - JS - Fun\303\247\303\265es Eventos e Arrays - Revis\303\243o/D32E3 - Caixas de Texto.html" "b/Dia 32 - JS - Fun\303\247\303\265es Eventos e Arrays - Revis\303\243o/D32E3 - Caixas de Texto.html" index 374a7a0..51e1feb 100644 --- "a/Dia 32 - JS - Fun\303\247\303\265es Eventos e Arrays - Revis\303\243o/D32E3 - Caixas de Texto.html" +++ "b/Dia 32 - JS - Fun\303\247\303\265es Eventos e Arrays - Revis\303\243o/D32E3 - Caixas de Texto.html" @@ -30,7 +30,7 @@ elemento.style.backgroundColor = "Green"; } - function inativar(elemento) { + function desativar(elemento) { elemento.style.backgroundColor = "Red"; } @@ -42,9 +42,9 @@ - - - + + + \ No newline at end of file diff --git a/Dia 34 - JS - Datas/D34E1 - Datas.html b/Dia 34 - JS - Datas/D34E1 - Datas.html index c7e32ff..5ce5f6b 100644 --- a/Dia 34 - JS - Datas/D34E1 - Datas.html +++ b/Dia 34 - JS - Datas/D34E1 - Datas.html @@ -37,7 +37,6 @@ document.getElementById("dia-de-hoje").innerHTML = agora }; - function atualizar() { display.value = escreverData(input.value) }