Merge pull request #13739 from Snuffleupagus/viewer-rm-IE-meta-tag

Remove `<meta>` tag only necessary for IE-compatibility
This commit is contained in:
Tim van der Meij 2021-07-15 22:00:05 +02:00 committed by GitHub
commit 05340cc917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,6 @@ 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>