Commit e1d828e1bb45fbc5807f30e8ed729c756c8fa8ca
1 parent
8a601d5d60
Exists in
master
task-132687 minor changes
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
resources/views/modals/vacancy/send_response_no_comment.blade.php
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <div class="modal__text"></div> |
7 | 7 | <div class="modal__text"></div> |
8 | 8 | <button type="button" |
9 | - id="close-button" | |
9 | + id="close-button1" | |
10 | 10 | class="button" |
11 | 11 | > |
12 | 12 | Вернуться |
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | </div> |
15 | 15 | </div> |
16 | 16 | <script> |
17 | - $('#close-button').click(function(){ | |
17 | + $('#close-button1').click(function(){ | |
18 | 18 | $.fancybox.close(); |
19 | 19 | $.fancybox.close(); |
20 | 20 | $.fancybox.close(); |