This commit is contained in:
Roman Pyrih
2025-05-06 13:22:20 +02:00
parent 2b0b882e8f
commit f2ca8c596e
6 changed files with 102 additions and 153 deletions

View File

@@ -221,7 +221,7 @@
<script class="footer" type="text/javascript">
// Popup open
$(".header-container .btn-popup-oferta").on(click_event, function() {
$(".btn-popup-oferta").on(click_event, function() {
$(".box-popup").show();
$(".box-popup .modal-step-1").show();
});