Merge pull request #3476 from Rob--W/no-google-translate

Disable Google Translate on viewer in Chrome.
This commit is contained in:
Yury Delendik 2013-07-18 06:21:57 -07:00
commit fb189f4fdf

View File

@ -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-->