Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a334cee6 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 77c51357: docs: fix lang switcher for gae by deleting obsolete method call

# Via Scott Main
* commit '77c51357':
  docs: fix lang switcher for gae by deleting obsolete method call
parents b88c1a8a 77c51357
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1063,7 +1063,6 @@ function changeLangPref(lang, submit) {
    }
  } else {
    // Switch language when on legacy GAE server
    changeDocLang(lang);
    if (submit) {
      window.location = getBaseUri(location.pathname);
    }