mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
arreglado
This commit is contained in:
@ -804,7 +804,7 @@ class DatosLibro {
|
||||
|
||||
if (isNaN(valorActual) || valorActual < min) {
|
||||
this.paginas.val(min);
|
||||
} else if (valorActual > max) {
|
||||
} else if (valorActual > max && max !== null) {
|
||||
this.paginas.val(max);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user