diff --git a/frontend/config/main.php b/frontend/config/main.php index c02f8dc..661b57e 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -306,7 +306,7 @@ 'template' => '
{input}
' ], ], - 'buttonTemplate' => '
{button}
Закрыть окно
', + 'buttonTemplate' => '
{button}
', 'buttonOptions' => [], 'buttonContent' => 'Отправить', 'sendEmail' => false, diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 2f32559..1db6d6d 100644 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -436,7 +436,7 @@ $(document).ready(function() { $(this).parents('.hidden-form-c-a-wr').addClass('hidden') } - }) + }); $('body').on('click','.add-answer-forms span',function () { $(this).parent().parent().find('.hidden-answer-comment-form').removeClass('hidden') -- libgit2 0.21.4