Commit 689fa726465861f6b31a3df1879adaa3020d7758
Exists in
master
Merge branch 'task-132687' into 'master'
Task 132687
Showing 1 changed file 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(); |