am 8841569f: am b8ac12af: am 3da6ef39: am d07bdb6f: am 2779da87: fix backup registration url external bug: 54539
* commit '8841569fc835bb172e06dc3fba9597c643af8b31': fix backup registration url external bug: 54539
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user