mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Fix mozcentral build.
This commit is contained in:
parent
2c1eae5819
commit
44a6afb282
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>PDF.js viewer</title>
|
||||
|
||||
<!--#if FIREFOX-->
|
||||
<!--#if FIREFOX || MOZCENTRAL-->
|
||||
<!--#include viewer-snippet-firefox-extension.html-->
|
||||
<!--#endif-->
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
<link rel="resource" type="application/l10n" href="locale.properties"/>
|
||||
<!--#endif-->
|
||||
|
||||
<!--#if !FIREFOX -->
|
||||
<!--#if !(FIREFOX || MOZCENTRAL)-->
|
||||
<script type="text/javascript" src="compatibility.js"></script>
|
||||
<!--#endif-->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue