mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
remove btn refresh preview
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user