-
+
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);