Merge pull request #6374 from WilliamRClark/master

Update viewer.html for Internet Explorer Compatibility
This commit is contained in:
Yury Delendik 2015-10-30 08:21:38 -05:00
commit b1515fdd10

View File

@ -26,6 +26,9 @@ See https://github.com/adobe-type-tools/cmap-resources
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--#if GENERIC || CHROME-->
<meta name="google" content="notranslate">
<!--#endif-->
<!--#if GENERIC-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--#endif-->
<title>PDF.js viewer</title>