trabajando en previews. falta probar rotativa, y terminar cubierta

This commit is contained in:
2025-01-06 19:56:03 +01:00
parent 212b1f4d08
commit 73afe4e4c1
4 changed files with 324 additions and 119 deletions

View File

@ -1098,10 +1098,13 @@ function getVisibleTabs() {
if (['bn', 'bnhq', 'color', 'colorhq', 'rot_bn', 'rot_color', 'guardas', 'cubierta', 'sobrecubierta'].includes(lpName)) {
$(`#tab-pv-${tabName}`).show();
if (lpName === 'cubierta') {
$(`#tab-pv-${tabName}`).show();
$(`#tab-pv-esquema-${tabName}`).show();
}
}
});
}