diff --git a/index.html b/index.html index e01a04f..55deed4 100644 --- a/index.html +++ b/index.html @@ -187,7 +187,7 @@ input[type=file]{display:none} > - +
@@ -435,6 +435,7 @@ function showRegister() { } function registerProfile() { + calcAge(); const name = document.getElementById('regName').value.trim(); const login = document.getElementById('regLogin').value.trim().toLowerCase(); const pass = document.getElementById('regPass').value;