Merge branch 'desarrollo_hector' into main
Some checks are pending
CI / lint-and-test (3.11) (push) Waiting to run
CI / lint-and-test (3.13) (push) Waiting to run

This commit is contained in:
2026-06-22 22:51:05 +00:00
8 changed files with 175 additions and 58 deletions

View File

@@ -52,7 +52,7 @@
return;
}
this.el('brandCatalogOverlay').style.display = 'block';
document.body.style.overflow = 'hidden';
//document.body.style.overflow = 'hidden';
this.loadBrands();
},
@@ -61,7 +61,7 @@
document.body.style.overflow = '';
this.reset();
},
reset: function() {
this.state = 'brands';
this.nav = { brand: null, brandId: null, model: null, modelId: null, modelVariantIds: null, year: null, yearId: null, engine: null, myeId: null, category: null, categoryId: null };