Skip to content

Commit

Permalink
Fix PDF viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
tmonck committed Aug 23, 2024
1 parent d6392c8 commit 3d99136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Tom Monck JR by tmonck</title>
<link rel="stylesheet" href="assets/css/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="//mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
2 changes: 1 addition & 1 deletion _pages/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<input type="submit" value="Print" id="downloadResume" class="hide" />
</form>

<script type="text/javascript" src="assets/js/renderPdf.js"></script>
<script type="module" src="assets/js/renderPdf.js"></script>

0 comments on commit 3d99136

Please sign in to comment.