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

Commit 7cf27aa8 authored by Scott Main's avatar Scott Main Committed by Android (Google) Code Review
Browse files

Merge "update url for backup service key bug: 8834302" into jb-mr1.1-ub-dev

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