From d61a3d89b7623bccc97a0d9d19d1a9f549407df8 Mon Sep 17 00:00:00 2001 From: Florent Pellet Date: Tue, 18 May 2021 15:30:01 +0200 Subject: [PATCH] Fix issue on Safari 14 Safari 14 freeze if the preview is enable https://github.com/invoiceninja/invoiceninja/issues/4305 --- resources/views/invoices/pdf.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php index bff62bc1819a..075c6579fdc8 100644 --- a/resources/views/invoices/pdf.blade.php +++ b/resources/views/invoices/pdf.blade.php @@ -1,5 +1,5 @@ @if (empty($hide_pdf)) - +