mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Move compatibility code to the shared/compatibility.js.
This commit is contained in:
parent
cada411af4
commit
facefb0c79
10 changed files with 1801 additions and 1717 deletions
|
@ -31,9 +31,6 @@ limitations under the License.
|
|||
|
||||
<link rel="stylesheet" href="../../build/dist/web/pdf_viewer.css">
|
||||
|
||||
<!-- for legacy browsers -->
|
||||
<script src="../../build/dist/web/compatibility.js"></script>
|
||||
|
||||
<script src="../../build/dist/build/pdf.js"></script>
|
||||
<script src="../../build/dist/web/pdf_viewer.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -37,9 +37,6 @@ limitations under the License.
|
|||
|
||||
<link rel="stylesheet" href="../../build/dist/web/pdf_viewer.css">
|
||||
|
||||
<!-- for legacy browsers -->
|
||||
<script src="../../build/dist/web/compatibility.js"></script>
|
||||
|
||||
<script src="../../build/dist/build/pdf.js"></script>
|
||||
<script src="../../build/dist/web/pdf_viewer.js"></script>
|
||||
</head>
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
<canvas id="the-canvas" style="border:1px solid black"></canvas>
|
||||
|
||||
<!-- for legacy browsers we need to use compatibility.js -->
|
||||
<script src="../../web/compatibility.js"></script>
|
||||
|
||||
<script src="../../build/generic/build/pdf.js"></script>
|
||||
|
||||
<script id="script">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue