mirror of
https://github.com/outbackdingo/Mailu.git
synced 2026-01-27 10:19:35 +00:00
this
This commit is contained in:
@@ -133,7 +133,7 @@ $('document').ready(function() {
|
||||
$("#pw").closest("form").submit(function(event){
|
||||
if($("#pwned").value > -1) {return;};
|
||||
event.preventDefault();
|
||||
hibpCheck($("#pw").value)
|
||||
hibpCheck($("#pw").value);
|
||||
event.trigger();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user