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

Commit 2779da87 authored by Scott Main's avatar Scott Main
Browse files

fix backup registration url

external bug: 54539

Change-Id: I3d4e957d8b26c7462c7228a4e4755aee88d6895c
parent c3ae5cd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ onclick="onRegister(); return false;" >Register with Android Backup Service</a><
    } else if ($("input#agree").is(':checked')
        && packagename.length
        && packagename != DEFAULT_TEXT) {
      window.location = "http://play.google.com/apps/publish/GetBackupApiKey?p=" +
      window.location = "https://play.google.com/apps/publish/v2/GetBackupApiKey?p=" +
                      encodeURIComponent(packagename);
    } else {
      $("label#agreeLabel,label#pnameLabel").parent().stop().animate({color: "#258AAF"}, 200,