mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Check email input field in Search for users
This commit is contained in:
@@ -30,7 +30,7 @@ function check_search_users_form(form)
|
||||
var do_it = false;
|
||||
if(form.username.value != '') {
|
||||
do_it = true;
|
||||
}else if(form.username.value != '') {
|
||||
}else if(form.usermail.value != '') {
|
||||
do_it = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user