#6274 proxy workerTimeControl #14
|
@ -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
|
||||
return value;
|
||||
}
|
||||
|
||||
function cerrar(){
|
||||
|
|
Loading…
Reference in New Issue
Revisamos