From ea4314a339f7398f4fc11338960ac08e7a9fb8a5 Mon Sep 17 00:00:00 2001 From: Manish Verma Date: Mon, 5 Dec 2016 09:49:42 +0530 Subject: [PATCH] bug-fix-patch-37 # fixed iframe issue for mozila (previous replies are not showing) --- .../agent/helpdesk/ticket/timeline.blade.php | 31 ++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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 37a6a6049..57fe06ee1 100644 --- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php @@ -650,9 +650,38 @@ if ($thread->title != "") { @if($conversation->firstContent()=='yes')
+
@else {!! $conversation->body !!}