This commit is contained in:
Boof 2023-02-07 10:08:06 +01:00 committed by GitHub
parent c416dc5dff
commit f487de7d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const formbutton = document.getElementById("Emailbutton");
const formbutton = document.getElementById("submitbutton");
const emailformoverlay = document.getElementById("email-form-overlay");
const emailformpopup = document.getElementById("email-form-popup");

View File

@ -33,7 +33,7 @@
<link rel="stylesheet" href="data/style/offline-theme-dark.css">
<link rel="stylesheet" href="data/style/offline-language-english.css">
<script src="index.js" defer></script>
<script src="data/js/contact.js"></script>
<script src="data/js/contact.js" defer></script>
<script src="index-allpage.js" defer></script>
<script src="https://hexahigh.github.io/cdn/js/min/offline.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>