Commit e05947e9ac80cbfdf226437873f493b13fd2a37e
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/config/main.php
@@ -306,7 +306,7 @@ | @@ -306,7 +306,7 @@ | ||
306 | 'template' => '<div class="input-wr">{input}</div>' | 306 | 'template' => '<div class="input-wr">{input}</div>' |
307 | ], | 307 | ], |
308 | ], | 308 | ], |
309 | - 'buttonTemplate' => '<div class="button-wr submit-close-wr-c-a">{button} <div class="submit-close-c-a"><span>Закрыть окно</span></div></div>', | 309 | + 'buttonTemplate' => '<div class="button-wr">{button}</div>', |
310 | 'buttonOptions' => [], | 310 | 'buttonOptions' => [], |
311 | 'buttonContent' => 'Отправить', | 311 | 'buttonContent' => 'Отправить', |
312 | 'sendEmail' => false, | 312 | 'sendEmail' => false, |
frontend/web/js/script.js
@@ -436,7 +436,7 @@ $(document).ready(function() { | @@ -436,7 +436,7 @@ $(document).ready(function() { | ||
436 | $(this).parents('.hidden-form-c-a-wr').addClass('hidden') | 436 | $(this).parents('.hidden-form-c-a-wr').addClass('hidden') |
437 | } | 437 | } |
438 | 438 | ||
439 | - }) | 439 | + }); |
440 | 440 | ||
441 | $('body').on('click','.add-answer-forms span',function () { | 441 | $('body').on('click','.add-answer-forms span',function () { |
442 | $(this).parent().parent().find('.hidden-answer-comment-form').removeClass('hidden') | 442 | $(this).parent().parent().find('.hidden-answer-comment-form').removeClass('hidden') |