Skip to content

Commit

Permalink
hard code of the version due to CDN issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymkdn committed Jun 10, 2021
1 parent 9283a31 commit d783ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1>HTML to PDFMake convertor</h1>
<div id="pdf_ie" style="display:none;padding:3em">The PDF file is sent to you for download. Use a modern browser (like Chrome or Firefox) to display the PDF in this page.</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/html-to-pdfmake@latest/browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/html-to-pdfmake@2.2.4/browser.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pdfmake@latest/build/pdfmake.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/pdfmake@latest/build/vfs_fonts.js"></script>
<script>
Expand Down

0 comments on commit d783ecf

Please sign in to comment.