Skip to content

Commit

Permalink
fixed #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Edivad99 committed Dec 23, 2020
1 parent 100b0a0 commit 9c6cdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/controlli.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function validaCommento() {
}

function validaFormEvento() {
document.getElementById("datiNonCorretti").remove();
let titolo = document.getElementById("titolo").value.trim();
let data = document.getElementById("data").value;
let luogo = document.getElementById("luogo").value.trim();
Expand Down

0 comments on commit 9c6cdc9

Please sign in to comment.