Commit 9ba20cc6 authored by Jérome Perrin's avatar Jérome Perrin

renderjs_ui: don't allow google translate

Because there's not lang attribute on html tag, chrome does not offer to
translate the page, but for consistency with html style and for future,
we also disable this on renderjs ui.
parent 6b7409dc
......@@ -2,6 +2,7 @@
<html ${manifest_attribute}>
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<meta name="theme-color" content="#085078">
......
......@@ -252,8 +252,8 @@
</tuple>
<state>
<tuple>
<float>1557147532.09</float>
<string>UTC</string>
<float>1562571179.69</float>
<string>GMT+9</string>
</tuple>
</state>
</object>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment