Remove <meta> tag only necessary for IE-compatibility

Given that Internet Explorer is, since some time now, no longer supported in the PDF.js library this `<meta>` tag can also be removed (added in PR 6374).
This commit is contained in:
Jonas Jenwald 2021-07-15 13:59:40 +02:00
parent 64f86de5cb
commit f376a3fbb1

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"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--#if GENERIC || CHROME--> <!--#if GENERIC || CHROME-->
<meta name="google" content="notranslate"> <meta name="google" content="notranslate">
<!--#endif-->
<!--#if GENERIC-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--#endif--> <!--#endif-->
<title>PDF.js viewer</title> <title>PDF.js viewer</title>