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

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

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

# Via Android Git Automerger (1) and Scott Main (1)
* commit 'a334cee6':
  docs: fix lang switcher for gae by deleting obsolete method call
parents 2baf87e4 a334cee6
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);
    }