Add type conversion

This commit is contained in:
naielv
2025-09-03 10:36:47 +02:00
parent ac12dc627d
commit f13218e0b1
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ PAGES.personas = {
Nombre: document.getElementById(field_nombre).value,
Region: document.getElementById(field_zona).value,
Roles: dt.getAll("perm").join(",") + ",",
Puntos: document.getElementById(field_puntos).value,
Puntos: parseInt(document.getElementById(field_puntos).value),
SC_Anilla: document.getElementById(field_anilla).value,
Foto: resized,
markdown: document.getElementById(field_notas).value,