diff --git a/public/js/views/ticketDetail.js b/public/js/views/ticketDetail.js index 80b5f6c..b5bdf50 100644 --- a/public/js/views/ticketDetail.js +++ b/public/js/views/ticketDetail.js @@ -13,7 +13,7 @@ const TicketDetailView = { const body = this.noteQuill ? this.noteQuill.root.innerHTML.trim() : ''; const subject = document.getElementById('note-subject') ? document.getElementById('note-subject').value.trim() : ''; const time_unit = document.getElementById('note-time-units') ? document.getElementById('note-time-units').value.trim() : ''; - + if ((body !== '