mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Use jQuery 2 in examples
Since pdf.js doesn't work in IE8 anyway, it doesn't make sense to use jQuery 1 with it. jQuery 2 should be used in every example that needs jQuery.
This commit is contained in:
parent
40ba989592
commit
1a8fc8d2b6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<head>
|
||||
<title>Minimal pdf.js text-selection demo</title>
|
||||
<link href="css/minimal.css" rel="stylesheet" media="screen" />
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
|
||||
|
||||
<!-- you will need to run "node make generic" first before you can use this -->
|
||||
<script src="../../build/generic/build/pdf.js" type="text/javascript"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue