mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en previews. falta probar rotativa, y terminar cubierta
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user