mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
fix error
This commit is contained in:
parent
cf6da1492e
commit
c91c9df134
@ -132,9 +132,7 @@ $('document').ready(function() {
|
||||
});
|
||||
$("#pw").closest("form").submit(function(event){
|
||||
if (parseInt($("#pwned").val()) < 0) {
|
||||
event.preventDefault();
|
||||
hibpCheck($("#pw").val());
|
||||
event.trigger();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user