Skip to content
Snippets Groups Projects
Commit 1737984b authored by Usman Khalid's avatar Usman Khalid
Browse files

Merge pull request #1122 from edx/usman/lms1167-pdfjs-update

PdfViewer: Added missing link to compatibility.js
parents 7aea7369 cd696e76
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<%static:js group='courseware'/> <%static:js group='courseware'/>
<link rel="stylesheet" href="/static/css/pdfviewer.css"/> <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/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> <script type="text/javascript" src="/static/js/pdfviewer.js"></script>
</%block> </%block>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment