From dee3e6c5e95399e18ddef94805ccf9efde289e15 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 19 Apr 2016 18:44:53 +0300 Subject: [PATCH] 15.04.16 seo widget --- frontend/views/modal/consultation_modal.php | 2 +- frontend/web/js/my_scripts.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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