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 | 6 |
1 files changed, 3 insertions, 3 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 6d07e9b7..686a9599 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 @@ -31,8 +31,8 @@ http://sourceforge.net/adobe/cmap/wiki/License/ <!-- This snippet is used in production (included from viewer.html) --> <link rel="resource" type="application/l10n" href="locale/locale.properties"/> - <script src="https://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="jquery.min.js"></script> + <script src="jquery-ui.min.js"></script> <!-- Bootstrap includes --> <link rel="stylesheet" href="../../../../assets/bootstrap/css/bootstrap.css"> @@ -45,7 +45,7 @@ http://sourceforge.net/adobe/cmap/wiki/License/ <script src="debugger.js"></script> <script src="viewer.js"></script> - <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script> <!-- Used for touchvonverter in app.js --> + <script src="modernizr.min.js"></script> <!-- Used for touchconverter in app.js --> <script src="app.js"></script> <script src="jquery-lang.js"></script> <style> |