terminada la vista cubierta

This commit is contained in:
2024-10-08 13:20:22 +02:00
parent 2e2888ec26
commit 1d3f817709
9 changed files with 402 additions and 292 deletions

View File

@ -54,7 +54,6 @@ class DatosGenerales {
this.papelDiferente.on('change', this.#handlePapelDiferente.bind(this));
this.titulo.on('change', () => { $(".titulo").html(this.titulo.val()); });
this.papelDiferente.on('change', () => { $(".titulo").html(this.titulo.val()); });
}
initValidation() {