Working on pages

This commit is contained in:
2023-01-12 16:21:33 +01:00
parent 29ef2cfe2b
commit 7a477876e0
3 changed files with 67 additions and 7 deletions

View File

@@ -3,4 +3,5 @@ var form = document.querySelector('form');
form.onsubmit = function (event) {
event.preventDefault();
form.classList.add('signed');
form.submit();
};