mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
changes to allow chrome extension to load
changes to remove inline scripts, update manifest version, fix make.js so compatibility.js isn't included for chrome. Due to new Chrome extension changes outlined at http://developer.chrome.com/extensions/manifestVersion.html
This commit is contained in:
parent
59b281f7b3
commit
088c6e17e8
7 changed files with 49 additions and 35 deletions
|
@ -2,7 +2,4 @@
|
|||
<link rel="resource" type="application/l10n" href="locale.properties"/>
|
||||
<script type="text/javascript" src="l10n.js"></script>
|
||||
<script type="text/javascript" src="../build/pdf.js"></script>
|
||||
<script type="text/javascript">
|
||||
// This specifies the location of the pdf.js file.
|
||||
PDFJS.workerSrc = "../build/pdf.js";
|
||||
</script>
|
||||
<script type="text/javascript" src="inline.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue