2011-10-26 09:22:45 +09:00
|
|
|
<!-- This snippet is used in production, see Makefile -->
|
|
|
|
<script type="text/javascript" src="../build/pdf.js"></script>
|
2011-10-28 21:32:36 +09:00
|
|
|
<script type="text/javascript">
|
2011-11-02 03:32:20 +09:00
|
|
|
// This specifies the location of the pdf.js file.
|
|
|
|
PDFJS.workerSrc = "../build/pdf.js";
|
2011-10-28 21:32:36 +09:00
|
|
|
</script>
|