diff --git a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_previewItems.php b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_previewItems.php index 8b99ce89..fdd307a9 100644 --- a/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_previewItems.php +++ b/ci4/app/Views/themes/vuexy/form/presupuestos/admin/_previewItems.php @@ -219,7 +219,7 @@
- +
@@ -301,7 +301,7 @@
- +
@@ -383,7 +383,7 @@
- +
@@ -465,7 +465,7 @@
- +
@@ -547,7 +547,7 @@
- +
@@ -628,7 +628,7 @@
- +
@@ -710,7 +710,7 @@
- +
@@ -795,7 +795,7 @@
- +
@@ -864,7 +864,7 @@
- +
diff --git a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/previewFormasAdmin.js b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/previewFormasAdmin.js index 188beaf1..35bb8d0b 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/previewFormasAdmin.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoAdmin/sections/previewFormasAdmin.js @@ -20,11 +20,11 @@ class PreviewFormasAdmin { const self = this; this.preview.resizeEvent(); - $(".refresh-shape").on("click", () => { - $("#accordionPreviewTip").find(".nav-link.active").each((index, element) => { - this.preview.setViewBoxToPreview() - }) - }) + // $(".refresh-shape").on("click", () => { + // $("#accordionPreviewTip").find(".nav-link.active").each((index, element) => { + // this.preview.setViewBoxToPreview() + // }) + // }) $('#tab-pv-bn').on("click", function () { self.preview.setData(self.data); self.preview.previewInteriorPlana('bn', self.isCosido, self.tipoTapa.includes("dura") ? 1 : 0);