Removed unused custom validation
This commit is contained in:
parent
16f75683ab
commit
b111523e3e
1 changed files with 1 additions and 9 deletions
|
@ -16,11 +16,3 @@ $(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
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