am a17201a8: am 7190a059: fix transition from download to install instructions

* commit 'a17201a81691ac337426923d1bdcf9e0a26b841e':
  fix transition from download to install instructions
This commit is contained in:
Scott Main
2013-06-14 10:56:28 -07:00
committed by Android Git Automerger

View File

@@ -493,9 +493,8 @@ Check for updates</strong>).</p>
function onDownloadForRealz(link) {
if ($("input#agree").is(':checked')) {
$("div.sdk-terms").slideUp();
$("#sdk-terms-form,.sdk-terms-intro").fadeOut('fast');
$("#main").fadeIn('fast', function() {
$("div.sdk-terms,#sdk-terms-form,.sdk-terms-intro").hide();
$("#main").show(function() {
location.hash = "Installing";
});
return true;