hm?
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const password = document.getElementById('password');
|
||||
const password2 = document.getElementById('password2');
|
||||
|
||||
|
||||
password2.addEventListener('change', checkPassword);
|
||||
const form = document.getElementById('marmeladenLadenRegisterForm');
|
||||
form.addEventListener('submit', register);
|
||||
|
||||
Reference in New Issue
Block a user