diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php index 714df60f257a..57469feda360 100644 --- a/resources/views/invoices/pdf.blade.php +++ b/resources/views/invoices/pdf.blade.php @@ -107,9 +107,8 @@ var needsRefresh = false; function refreshPDF(force) { - //try { + try { return getPDFString(refreshPDFCB, force); - /* } catch (exception) { @if (Utils::isTravis()) var message = exception.message || ''; @@ -131,7 +130,6 @@ } @endif } - */ } function refreshPDFCB(string) {