From 20e9884c8fdbfe829d41b681c09d71f2cf0d1366 Mon Sep 17 00:00:00 2001 From: KNaveenraj-ladybird Date: Tue, 3 Oct 2023 20:57:34 +0530 Subject: [PATCH] func_correction --- .../themes/default1/agent/helpdesk/ticket/timeline.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php index b09c05889..65d552b88 100755 --- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php @@ -1833,10 +1833,11 @@ if ($thread->title != "") { }, 500); }, success: function(json) { - + $("#show3").hide(); + $("#t1").show(); setTimeout(function () { location.reload(); - }, 1000); + }, 4000); $("#alert21").show(); $('#message-success2').html(json.result.success);