Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
lowfatcode committed Aug 31, 2022
1 parent 845d3ca commit 4b130ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions enviro/html/footer.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
</main>

<script>
$("button[type='submit']").on("click", function(e) {
$("body").addClass("loading")
})

$("button.back").on("click", function(e) {
$("body").addClass("loading")
})
</script>

<div>
<footer>

0 comments on commit 4b130ba

Please sign in to comment.