Commit ce505eb6840cfbe8cedcf8168e724cac57d8d822
Merge branch 'master' of gitlab.artweb.com.ua:steska/clinica
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/config/main.php
... | ... | @@ -306,7 +306,7 @@ |
306 | 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 | 310 | 'buttonOptions' => [], |
311 | 311 | 'buttonContent' => 'Отправить', |
312 | 312 | 'sendEmail' => false, | ... | ... |
frontend/web/js/script.js
... | ... | @@ -436,7 +436,7 @@ $(document).ready(function() { |
436 | 436 | $(this).parents('.hidden-form-c-a-wr').addClass('hidden') |
437 | 437 | } |
438 | 438 | |
439 | - }) | |
439 | + }); | |
440 | 440 | |
441 | 441 | $('body').on('click','.add-answer-forms span',function () { |
442 | 442 | $(this).parent().parent().find('.hidden-answer-comment-form').removeClass('hidden') | ... | ... |