9 changed files with 63 additions and 51 deletions
@ -1,7 +1,6 @@ |
|||||||
<!-- This snippet is used in production, see Makefile --> |
<!-- This snippet is used in production, see Makefile --> |
||||||
<script type="text/javascript" src="../build/pdf.js"></script> |
<script type="text/javascript" src="../build/pdf.js"></script> |
||||||
<script type="text/javascript"> |
<script type="text/javascript"> |
||||||
// This specifies the location of the pdf.js file. This is necessary to |
// This specifies the location of the pdf.js file. |
||||||
// spawn the web worker. |
PDFJS.workerSrc = "../build/pdf.js"; |
||||||
var PDFJS_WORKER_FILE = "../build/pdf.js"; |
|
||||||
</script> |
</script> |
||||||
|
Loading…
Reference in new issue