1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

fixes for live preview - flutter

This commit is contained in:
David Bomba 2021-07-30 07:36:11 +10:00
parent 01e608c107
commit 88c701587b
3 changed files with 48 additions and 0 deletions

22
public/js/pdf.min.js vendored Normal file

File diff suppressed because one or more lines are too long

22
public/js/pdf.worker.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,10 @@
<title>Invoice Ninja</title>
<meta name="google-signin-client_id" content="{{ config('services.google.client_id') }}">
<link rel="manifest" href="manifest.json?v={{ config('ninja.app_version') }}">
<script src="{{ asset('js/pdf.min.js') }}"></script>
<script type="text/javascript">
pdfjsLib.GlobalWorkerOptions.workerSrc = "{{ asset('js/pdf.worker.min.js') }}";
</script>
</head>
<body style="background-color:#888888;">