From 8df52ea657d53c29dbb71d213604afebcc97459d Mon Sep 17 00:00:00 2001 From: Jaime Jimenez Date: Wed, 15 Jan 2025 11:05:24 +0100 Subject: [PATCH] quitado el evento de las fajas a color --- .../js/safekat/pages/presupuestoAdmin/sections/datosLibro.js | 1 - 1 file changed, 1 deletion(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js index 7de4c33a..7b48b4e3 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/datosLibro.js @@ -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));