mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
quitado el evento de las fajas a color
This commit is contained in:
@ -75,7 +75,6 @@ class DatosLibro {
|
||||
if (window.location.href.includes("edit")) {
|
||||
this.retractilado.on('change', this.checkRetractilado.bind(this));
|
||||
this.retractilado5.on('change', this.checkRetractilado.bind(this));
|
||||
this.imprimirFajaColor.on('change', (this.changeFajaColor.bind(this)));
|
||||
this.ferro.on('change', this.changeFerro.bind(this));
|
||||
this.prototipo.on('change', this.changePrototipo.bind(this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user