Browse Source

Merge pull request #4783 from mzgol/jquery-2

Use jQuery 2 in examples
Yury Delendik 11 years ago
parent
commit
aa26e6f669
  1. 2
      examples/text-selection/index.html

2
examples/text-selection/index.html

@ -2,7 +2,7 @@ @@ -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…
Cancel
Save