Skip to content

Commit fa53023

Browse files
committed
translate
1 parent 263d092 commit fa53023

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

index.html

+11-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@
2020
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
2121
</head>
2222
<body>
23-
<div id="google_translate_element"></div>
24-
<script type="text/javascript">
25-
function googleTranslateElementInit() {
26-
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
27-
}
28-
</script>
29-
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
30-
<div id="app"></div>
23+
<div id="app">
24+
<!--Google Translate-->
25+
<div id="google_translate_element"></div>
26+
<script type="text/javascript">
27+
function googleTranslateElementInit() {
28+
new google.translate.TranslateElement({pageLanguage: 'en'}, 'google_translate_element');
29+
}
30+
</script>
31+
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
32+
<!--Google Translate-->
33+
</div>
3134
<script>
3235
window.$docsify = {
3336
name: 'MobSF Documentation',

0 commit comments

Comments
 (0)