diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html')
-rw-r--r-- | pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html b/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html index b3af4ada..6dae1b7b 100644 --- a/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html +++ b/pdf-as-web/src/main/webapp/assets/js/pdf.js/web/viewer.html @@ -24,23 +24,23 @@ http://sourceforge.net/adobe/cmap/wiki/License/ <meta name="google" content="notranslate"> <title>PDF.js viewer</title> - <link rel="stylesheet" href="viewer.css"/> - + <script src="compatibility.js"></script> - - -<!-- This snippet is used in production (included from viewer.html) --> -<link rel="resource" type="application/l10n" href="locale/locale.properties"/> -<script src="l10n.js"></script> -<script src="../build/pdf.js"></script> - - + <!-- This snippet is used in production (included from viewer.html) --> + <link rel="resource" type="application/l10n" href="locale/locale.properties"/> + + <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> + <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script> + + <script src="l10n.js"></script> + <script src="../build/pdf.js"></script> <script src="debugger.js"></script> <script src="viewer.js"></script> - + <script src="app.js"></script> + </head> <body tabindex="1" class="loadingInProgress"> |