Skip to content

Commit 1e3b8de

Browse files
committed
Bug: Modal id when editing internal note was being changed
1 parent 89eb95d commit 1e3b8de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/tickets/partials/comments/scripts.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
});
99
1010
$('.comment-modal').on('shown.bs.modal', function (e) {
11-
if ($(this).prop('id', 'modal-comment-new')){
11+
if ($(this).prop('id') =='modal-comment-new'){
1212
// Opening new comment modal
1313
$(this).find('#note_recipients').select2();
1414
}

0 commit comments

Comments
 (0)