am 7cf27aa8
: Merge "update url for backup service key bug: 8834302" into jb-mr1.1-ub-dev
* commit '7cf27aa8e3fe4735d1cf787917a524e472376e6e': update url for backup service key bug: 8834302
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user