diff --git a/static/index.js b/static/index.js index b967042..3bcf498 100644 --- a/static/index.js +++ b/static/index.js @@ -15,12 +15,4 @@ $(function() { e.preventDefault(); }); -}); - -function check(input) { - if (input.value != document.getElementById('password').value) { - input.setCustomValidity('Password Must be Matching.'); - } else { - // input is valid -- reset the error message - input.setCustomValidity(''); -}} \ No newline at end of file +}); \ No newline at end of file