mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
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:
parent
64f86de5cb
commit
f376a3fbb1
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue