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:
Michael Payne 2012-09-05 22:52:17 -07:00
parent 59b281f7b3
commit 088c6e17e8
7 changed files with 49 additions and 35 deletions

View file

@ -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>