Disable Google Translate on viewer in Chrome.
test/pdfs/yo01.pdf triggered "This page is in Japanese. Would you like to translate it?" info bar in Chrome.
This commit is contained in:
parent
6c6719efeb
commit
97efe7886e
@ -18,6 +18,9 @@ limitations under the License.
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!--#if GENERIC || CHROME-->
|
||||
<meta name="google" content="notranslate">
|
||||
<!--#endif-->
|
||||
<title>PDF.js viewer</title>
|
||||
|
||||
<!--#if FIREFOX || MOZCENTRAL-->
|
||||
|
Loading…
Reference in New Issue
Block a user