Skip to content

Commit

Permalink
Remove materialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
joncrangle committed Nov 13, 2023
1 parent 0ddb029 commit 4e44a24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions handlers/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ <h1 class="text-center text-3xl sm:text-4xl font-extrabold text-slate-900 tracki
</div>

<script>
document.addEventListener('DOMContentLoaded', function () {
M.AutoInit();
});
document.getElementById('inputForm').addEventListener('submit', function (e) {
e.preventDefault();
let url = document.getElementById('inputField').value;
Expand Down

0 comments on commit 4e44a24

Please sign in to comment.