We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89eb95d commit 1e3b8deCopy full SHA for 1e3b8de
1 file changed
src/Views/tickets/partials/comments/scripts.blade.php
@@ -8,7 +8,7 @@
8
});
9
10
$('.comment-modal').on('shown.bs.modal', function (e) {
11
- if ($(this).prop('id', 'modal-comment-new')){
+ if ($(this).prop('id') =='modal-comment-new'){
12
// Opening new comment modal
13
$(this).find('#note_recipients').select2();
14
}
0 commit comments