forked from openkylin/platform_build
docs: fix lang switcher for gae by deleting obsolete method call
Change-Id: I8d91d18e89d539960c93748557cccc5aabb0a263
This commit is contained in:
parent
98f23e7af0
commit
77c51357eb
|
@ -1063,7 +1063,6 @@ function changeLangPref(lang, submit) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Switch language when on legacy GAE server
|
// Switch language when on legacy GAE server
|
||||||
changeDocLang(lang);
|
|
||||||
if (submit) {
|
if (submit) {
|
||||||
window.location = getBaseUri(location.pathname);
|
window.location = getBaseUri(location.pathname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue