This commit is contained in:
2023-08-11 14:33:09 +03:00
parent fa2186b407
commit 05ce9a22ad
2 changed files with 33 additions and 19 deletions

View File

@@ -400,7 +400,10 @@ function OnSelectionChange(el) {
// location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html
//
let checkbox_width = document.querySelector('.checkbox_cargo_type');
if(checkbox_width.childElementCount === 4){
checkbox_width.classList.add('width')
}
sliderInit();
}