fix(js): add parameter list
This commit is contained in:
parent
694f4bdfd2
commit
aab69f2dfd
@ -87,7 +87,7 @@ function clearFields() {
|
|||||||
function changePasswords() {
|
function changePasswords() {
|
||||||
const query = {};
|
const query = {};
|
||||||
|
|
||||||
if(!fields().every(field.value.length != 0)) {
|
if(!fields().every(field => field.value.length != 0)) {
|
||||||
showModal("FillAllFields");
|
showModal("FillAllFields");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user