#6274 proxy workerTimeControl #14

Merged
jorgep merged 12 commits from 6274-loginWorkerTimeControl into test 2024-01-04 13:26:28 +00:00
1 changed files with 2 additions and 6 deletions
Showing only changes of commit 56da86d1d5 - Show all commits

View File

@ -225,12 +225,8 @@ function ifIsEmptyImage(value) {
}
}
function ifIsEmptyText(value) {
if (!value) {
return 0;
} else {
return value;
}
function ifIsEmptyText(value = 0) {
jorgep marked this conversation as resolved Outdated

Revisamos

Revisamos
return value;
}
function cerrar(){