Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarchisLost committed Jun 19, 2020
1 parent cfdebb4 commit 2997c22
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions views/addEntrada.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -277,20 +277,5 @@
}
}
)
{{!-- //Add required
let btn = document.getElementsByClassName('btn btn-primary')
for(i = 0; i < btn.length; i++) {
btn[i].addEventListener('click', (e) => {
console.log("e", e)
})
} --}}
{{!-- //Remove required
document.getElementsByClassName('btn btn-dark').addEventListener('click', (e) => {
document.getElementByClassName('form-control').required = false
}) --}}
</script>
</html>

0 comments on commit 2997c22

Please sign in to comment.