diff --git a/app/Views/thz_notes.php b/app/Views/thz_notes.php
index c558e88e..bd524ada 100644
--- a/app/Views/thz_notes.php
+++ b/app/Views/thz_notes.php
@@ -199,19 +199,19 @@
@@ -403,7 +403,6 @@
success: function(response) {
if (response.status === "success") {
toastr.success(response.message, 'success');
- $('#ticketModal').modal('hide');
form.reset();
window.location.href = "= base_url('ticketConversationList?return_type=web¬es_ticket_type=Internal&thz_id=') ?>" + id;
} else {