Skip to content

Commit

Permalink
Merge pull request #1122 from edx/usman/lms1167-pdfjs-update
Browse files Browse the repository at this point in the history
PdfViewer: Added missing link to compatibility.js
  • Loading branch information
symbolist committed Sep 27, 2013
2 parents 7aea736 + cd696e7 commit 1737984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/templates/static_pdfbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<%static:js group='courseware'/>
<link rel="stylesheet" href="/static/css/pdfviewer.css"/>
<script type="text/javascript" src="/static/js/vendor/pdfjs/pdf.js"></script>
<script type="text/javascript" src="/static/js/vendor/pdfjs/compatibility.js"></script>
<script type="text/javascript" src="/static/js/pdfviewer.js"></script>
</%block>

Expand Down

0 comments on commit 1737984

Please sign in to comment.