Merge branch 'desarrollo_hector' into main
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user