Removed unused custom validation
This commit is contained in:
parent
16f75683ab
commit
b111523e3e
1 changed files with 1 additions and 9 deletions
|
@ -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('');
|
||||
}}
|
||||
});
|
Loading…
Add table
Reference in a new issue