diff --git a/frontend/views/modal/consultation_modal.php b/frontend/views/modal/consultation_modal.php index 85b8633..0f05bc2 100755 --- a/frontend/views/modal/consultation_modal.php +++ b/frontend/views/modal/consultation_modal.php @@ -13,7 +13,7 @@ use yii\helpers\Html;
- 'consultation_btn my_cust_btn', 'name' => 'login-button']) ?> + 'my_cust_btn', 'name' => 'login-button']) ?>
\ No newline at end of file diff --git a/frontend/web/js/my_scripts.js b/frontend/web/js/my_scripts.js index e75e793..acd74a8 100755 --- a/frontend/web/js/my_scripts.js +++ b/frontend/web/js/my_scripts.js @@ -140,7 +140,7 @@ $(document).ready(function(){ log_open_btn = $('.login_button_lu'), // окно логина reg_open_btn = $('.reg_button_lu'), // кнопка открыть consultation_open_btn = $('.consultation_btn'), // кнопка консультации - consultation_btn = $('.consultation_btn'), + consultation_btn = $('.consultation_modal button'), consultation_modal = $('.consultation_modal'), modal_busket_open = $('.basket_add_but, .cart_btn'), // открыть модалку корзины modal_busket_header_open = $('i.head-down.bh_cell'), // открыть корзину в хедере -- libgit2 0.21.4