This commit is contained in:
2026-01-22 10:46:49 +01:00
parent b5c2cfca18
commit 3cc8b2f6db

View File

@@ -900,7 +900,7 @@
</div>
</section>
<section class="box-5">
<section class="box-5" id="salony">
<div class="container">
<div class="box-5--wrapper">
<div class="c-row">
@@ -1356,4 +1356,13 @@
$('#showroom-popup').removeClass('active');
});
});
$(document).ready(function() {
$('body').on('click', '.box-6 .box-info .box-info-right', function(e){
e.preventDefault()
$(this).toggleClass('active')
$('.box-6 .c-row-2').slideToggle()
})
})
</script>