We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291ff23 commit 89eb95dCopy full SHA for 89eb95d
2 files changed
src/Views/tickets/partials/comments/modal_edit.blade.php
@@ -1,4 +1,4 @@
1
-<div class="modal fade jquery_panel_hightlight comment-modal" id="comment-modal-edit-{{$comment->id}}" tabindex="-1" role="dialog" aria-labelledby="comment-modal-edit-{{$comment->id}}-Label">
+<div class="modal fade jquery_panel_hightlight comment-modal" id="comment-modal-edit-{{$comment->id}}" tabindex="-1" role="dialog">
2
<div class="modal-dialog modal-lg" role="document">
3
<div class="modal-content">
4
<div class="modal-header">
src/Views/tickets/partials/comments/scripts.blade.php
@@ -8,8 +8,6 @@
8
});
9
10
$('.comment-modal').on('shown.bs.modal', function (e) {
11
- $(this).find('.modal-title').text($(e.relatedTarget).text());
12
-
13
if ($(this).prop('id', 'modal-comment-new')){
14
// Opening new comment modal
15
$(this).find('#note_recipients').select2();
0 commit comments