From 9e28e83146ff4857a5801b08f47b8d6c408a5d7b Mon Sep 17 00:00:00 2001 From: StockiP Date: Mon, 2 May 2022 10:13:28 +0200 Subject: [PATCH] hm? --- js/registration.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/registration.js b/js/registration.js index c2ae4fd..7e8ff42 100644 --- a/js/registration.js +++ b/js/registration.js @@ -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);