[Pkg-javascript-commits] [pdf.js] 128/210: Merge pull request #4782 from mzgol/script-type

David Prévot taffit at moszumanska.debian.org
Thu Jun 5 14:21:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch upstream
in repository pdf.js.

commit 8609f386a987757a009bd1c1c77d54aba65975c4
Merge: aa26e6f e625af3
Author: Yury Delendik <ydelendik at mozilla.com>
Date:   Mon May 12 20:24:50 2014 -0500

    Merge pull request #4782 from mzgol/script-type
    
    Remove type="text/javascript" from script tags.

 examples/acroforms/index.html             | 24 ++++-----
 examples/helloworld/index.html            | 24 ++++-----
 examples/text-only/index.html             |  2 +-
 examples/text-selection/index.html        |  6 +--
 extensions/b2g/viewer.html                |  8 +--
 test/font/font_test.html                  | 78 +++++++++++++--------------
 test/test_slave.html                      | 28 +++++-----
 test/unit/unit_test.html                  | 90 +++++++++++++++----------------
 web/viewer-snippet-chrome-extension.html  |  4 +-
 web/viewer-snippet-firefox-extension.html |  4 +-
 web/viewer-snippet-minified.html          |  2 +-
 web/viewer-snippet.html                   |  4 +-
 web/viewer.html                           | 68 +++++++++++------------
 13 files changed, 171 insertions(+), 171 deletions(-)

diff --cc examples/text-selection/index.html
index f844465,08c30db..9f993e8
--- a/examples/text-selection/index.html
+++ b/examples/text-selection/index.html
@@@ -2,10 -2,10 +2,10 @@@
      <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>
+         <script src="../../build/generic/build/pdf.js"></script>
  
          <!-- These files are viewer components that you will need to get text-selection to work -->
          <script src="../../web/pdf_find_bar.js"></script>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list